fixed typo

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2434 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Keith Donald
2009-11-13 19:45:57 +00:00
parent bcbf50aa4c
commit d4b2d136d6
+1 -1
View File
@@ -2486,7 +2486,7 @@ public class ReplacementComputeValue implements MethodReplacer {
<para>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 <firstterm>scope</firstterm> 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 <emphasis>choose</emphasis> 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