From 4877a0412c1939722980a1cf7bd10ab08bf49747 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Fri, 13 Nov 2009 19:45:57 +0000 Subject: [PATCH] fixed typo --- 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 72ad9c7a89..8b4c04f2d8 100644 --- a/spring-framework-reference/src/beans.xml +++ b/spring-framework-reference/src/beans.xml @@ -2486,7 +2486,7 @@ public class ReplacementComputeValue implements MethodReplacer { You can control not only the various dependencies and configuration values that are to be plugged into an object that is created from a particular bean definition, but also the scope of - the objects created from a particular bean definition. This approach + the objects created from a particular bean definition. This approach is powerful and flexible in that you can choose the scope of the objects you create through configuration instead of having to bake in the scope of an object at the Java class level. Beans can be