From a827ab88b160acdcb46c2d21c5dabb4b41dd57c5 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Sat, 27 Mar 2010 19:10:54 +0000 Subject: [PATCH] [SPR-6523] Commented all paragraphs (i.e., for list, map, and set) related to collection merging with the util namespace until this issue has been addressed. --- spring-framework-reference/src/xsd-configuration.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/spring-framework-reference/src/xsd-configuration.xml b/spring-framework-reference/src/xsd-configuration.xml index af243c09c7..0ae3d79f85 100644 --- a/spring-framework-reference/src/xsd-configuration.xml +++ b/spring-framework-reference/src/xsd-configuration.xml @@ -362,10 +362,12 @@ public class Client { ]]> If no 'list-class' attribute is supplied, a List implementation will be chosen by the container. +
<literal><util:map/></literal> @@ -407,10 +409,12 @@ public class Client { ]]> If no 'map-class' attribute is supplied, a Map implementation will be chosen by the container. +
<literal><util:set/></literal> @@ -452,10 +456,12 @@ public class Client { ]]> If no 'set-class' attribute is supplied, a Set implementation will be chosen by the container. +