From e01c2eafa16927bd319bd61da259d9011763b357 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Fri, 4 Dec 2009 23:31:28 +0000 Subject: [PATCH] Fixed copy-n-paste errors. --- spring-framework-reference/src/xsd-configuration.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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