We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aac21fd commit 4f9593dCopy full SHA for 4f9593d
spring-framework-reference/src/beans.xml
@@ -355,7 +355,7 @@ The footnote should x-ref to first section in that chapter but I can't find the
355
<para>The <interfacename>ApplicationContext</interfacename> is the
356
interface for an advanced factory capable of maintaining a registry of
357
different beans and their dependencies. Using the method <methodname>T
358
- getBean(Stringname, Class<T> requiredType)</methodname> you can
+ getBean(String name, Class<T> requiredType)</methodname> you can
359
retrieve instances of your beans.</para>
360
361
<para>The <interfacename>ApplicationContext</interfacename> enables you to
0 commit comments