fixed "inner vs. nested class" terminology (SPR-6608)

master
Juergen Hoeller 15 years ago
parent b594192425
commit 4931e8b229
  1. 2
      spring-framework-reference/src/beans.xml

@ -666,7 +666,7 @@ List userList service.getUsernameList();
<title>Inner class names</title> <title>Inner class names</title>
<para>If you want to configure a bean definition for a <para>If you want to configure a bean definition for a
<literal>static</literal> inner class, you have to use the <literal>static</literal> nested class, you have to use the
<emphasis>binary</emphasis> name of the inner class.</para> <emphasis>binary</emphasis> name of the inner class.</para>
<para>For example, if you have a class called <para>For example, if you have a class called

Loading…
Cancel
Save