[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.
This commit is contained in:
parent
351e72b6e2
commit
a827ab88b1
|
|
@ -362,10 +362,12 @@ public class Client {
|
|||
</util:list>]]></programlisting>
|
||||
<para>If no <literal>'list-class'</literal> attribute is supplied, a
|
||||
<interfacename>List</interfacename> implementation will be chosen by the container.</para>
|
||||
<!-- Commented out until SPR-6523 is resolved.
|
||||
<para>Finally, you can also control the merging behavior using the
|
||||
<literal>'merge'</literal> attribute of the <literal><util:list/></literal>
|
||||
element; collection merging is described in more detail in
|
||||
<xref linkend="beans-collection-elements-merging"/>.</para>
|
||||
-->
|
||||
</section>
|
||||
<section id="xsd-config-body-schemas-util-map">
|
||||
<title><literal><util:map/></literal></title>
|
||||
|
|
@ -407,10 +409,12 @@ public class Client {
|
|||
</util:map>]]></programlisting>
|
||||
<para>If no <literal>'map-class'</literal> attribute is supplied, a
|
||||
<interfacename>Map</interfacename> implementation will be chosen by the container.</para>
|
||||
<!-- Commented out until SPR-6523 is resolved.
|
||||
<para>Finally, you can also control the merging behavior using the
|
||||
<literal>'merge'</literal> attribute of the <literal><util:map/></literal>
|
||||
element; collection merging is described in more detail in
|
||||
<xref linkend="beans-collection-elements-merging"/>.</para>
|
||||
-->
|
||||
</section>
|
||||
<section id="xsd-config-body-schemas-util-set">
|
||||
<title><literal><util:set/></literal></title>
|
||||
|
|
@ -452,10 +456,12 @@ public class Client {
|
|||
</util:set>]]></programlisting>
|
||||
<para>If no <literal>'set-class'</literal> attribute is supplied, a
|
||||
<interfacename>Set</interfacename> implementation will be chosen by the container.</para>
|
||||
<!-- Commented out until SPR-6523 is resolved.
|
||||
<para>Finally, you can also control the merging behavior using the
|
||||
<literal>'merge'</literal> attribute of the <literal><util:set/></literal>
|
||||
element; collection merging is described in more detail in
|
||||
<xref linkend="beans-collection-elements-merging"/>.</para>
|
||||
-->
|
||||
</section>
|
||||
</section>
|
||||
<section id="xsd-config-body-schemas-jee">
|
||||
|
|
|
|||
Loading…
Reference in New Issue