You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-framework-reference/src/xsd-configuration.xml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -342,7 +342,7 @@ public class Client {
342
342
with values taken from the supplied <literal>'sourceList'</literal>.
343
343
</para>
344
344
<para>After...</para>
345
-
<programlistinglanguage="xml"><lineannotation><!-- creates a <classname>java.util.List</classname> instance with values loaded from the supplied <literal>'sourceList'</literal> --></lineannotation><![CDATA[
345
+
<programlistinglanguage="xml"><lineannotation><!-- creates a <classname>java.util.List</classname> instance with the supplied values --></lineannotation><![CDATA[
346
346
<util:list id="emails">
347
347
<value>pechorin@hero.org</value>
348
348
<value>raskolnikov@slums.org</value>
@@ -387,7 +387,7 @@ public class Client {
387
387
with key-value pairs taken from the supplied <literal>'sourceMap'</literal>.
388
388
</para>
389
389
<para>After...</para>
390
-
<programlistinglanguage="xml"><lineannotation><!-- creates a <classname>java.util.Map</classname> instance with values loaded from the supplied <literal>'sourceMap'</literal> --></lineannotation><![CDATA[
390
+
<programlistinglanguage="xml"><lineannotation><!-- creates a <classname>java.util.Map</classname> instance with the supplied key-value pairs --></lineannotation><![CDATA[
with values taken from the supplied <literal>'sourceSet'</literal>.
433
433
</para>
434
434
<para>After...</para>
435
-
<programlistinglanguage="xml"><lineannotation><!-- creates a <classname>java.util.Set</classname> instance with values loaded from the supplied <literal>'sourceSet'</literal> --></lineannotation><![CDATA[
435
+
<programlistinglanguage="xml"><lineannotation><!-- creates a <classname>java.util.Set</classname> instance with the supplied values --></lineannotation><![CDATA[
0 commit comments