diff --git a/spring-framework-reference/src/xsd-configuration.xml b/spring-framework-reference/src/xsd-configuration.xml index 18fc58904d..e5fc031967 100644 --- a/spring-framework-reference/src/xsd-configuration.xml +++ b/spring-framework-reference/src/xsd-configuration.xml @@ -342,7 +342,7 @@ public class Client { with values taken from the supplied 'sourceList'. After... - <!-- creates a java.util.List instance with values loaded from the supplied 'sourceList' --><!-- creates a java.util.List instance with the supplied values --> pechorin@hero.org raskolnikov@slums.org @@ -387,7 +387,7 @@ public class Client { with key-value pairs taken from the supplied 'sourceMap'. After... - <!-- creates a java.util.Map instance with values loaded from the supplied 'sourceMap' --><!-- creates a java.util.Map instance with the supplied key-value pairs --> @@ -432,7 +432,7 @@ public class Client { with values taken from the supplied 'sourceSet'. After... - <!-- creates a java.util.Set instance with values loaded from the supplied 'sourceSet' --><!-- creates a java.util.Set instance with the supplied values --> pechorin@hero.org raskolnikov@slums.org