From f6003b5102b81a83fa5995104dda8983b65f24ae Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Fri, 13 Apr 2012 20:39:35 +0300 Subject: [PATCH] Fix typo in reference documentation Issue: SPR-9321 --- src/reference/docbook/beans.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reference/docbook/beans.xml b/src/reference/docbook/beans.xml index f375298d50..356c5e08c5 100644 --- a/src/reference/docbook/beans.xml +++ b/src/reference/docbook/beans.xml @@ -356,7 +356,7 @@ The footnote should x-ref to first section in that chapter but I can't find the The ApplicationContext is the interface for an advanced factory capable of maintaining a registry of different beans and their dependencies. Using the method T - getBean(Stringname, Class<T> requiredType) you can + getBean(String name, Class<T> requiredType) you can retrieve instances of your beans. The ApplicationContext enables you to