From 4f9593da1c4deed6b00eff00e28ab9c58e8fb240 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 --- spring-framework-reference/src/beans.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-framework-reference/src/beans.xml b/spring-framework-reference/src/beans.xml index d4be73904d..dad2fb3899 100644 --- a/spring-framework-reference/src/beans.xml +++ b/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 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