Skip to content

Commit e01c2ea

Browse files
committed
Fixed copy-n-paste errors.
1 parent f4763a8 commit e01c2ea

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

spring-framework-reference/src/xsd-configuration.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ public class Client {
342342
with values taken from the supplied <literal>'sourceList'</literal>.
343343
</para>
344344
<para>After...</para>
345-
<programlisting language="xml"><lineannotation>&lt;!-- creates a <classname>java.util.List</classname> instance with values loaded from the supplied <literal>'sourceList'</literal> --&gt;</lineannotation><![CDATA[
345+
<programlisting language="xml"><lineannotation>&lt;!-- creates a <classname>java.util.List</classname> instance with the supplied values --&gt;</lineannotation><![CDATA[
346346
<util:list id="emails">
347347
<value>pechorin@hero.org</value>
348348
<value>raskolnikov@slums.org</value>
@@ -387,7 +387,7 @@ public class Client {
387387
with key-value pairs taken from the supplied <literal>'sourceMap'</literal>.
388388
</para>
389389
<para>After...</para>
390-
<programlisting language="xml"><lineannotation>&lt;!-- creates a <classname>java.util.Map</classname> instance with values loaded from the supplied <literal>'sourceMap'</literal> --&gt;</lineannotation><![CDATA[
390+
<programlisting language="xml"><lineannotation>&lt;!-- creates a <classname>java.util.Map</classname> instance with the supplied key-value pairs --&gt;</lineannotation><![CDATA[
391391
<util:map id="emails">
392392
<entry key="pechorin" value="pechorin@hero.org"/>
393393
<entry key="raskolnikov" value="raskolnikov@slums.org"/>
@@ -432,7 +432,7 @@ public class Client {
432432
with values taken from the supplied <literal>'sourceSet'</literal>.
433433
</para>
434434
<para>After...</para>
435-
<programlisting language="xml"><lineannotation>&lt;!-- creates a <classname>java.util.Set</classname> instance with values loaded from the supplied <literal>'sourceSet'</literal> --&gt;</lineannotation><![CDATA[
435+
<programlisting language="xml"><lineannotation>&lt;!-- creates a <classname>java.util.Set</classname> instance with the supplied values --&gt;</lineannotation><![CDATA[
436436
<util:set id="emails">
437437
<value>pechorin@hero.org</value>
438438
<value>raskolnikov@slums.org</value>

0 commit comments

Comments
 (0)