Fixed copy-n-paste errors.

This commit is contained in:
Sam Brannen 2009-12-04 23:31:28 +00:00
parent f4763a801f
commit e01c2eafa1
1 changed files with 3 additions and 3 deletions

View File

@ -342,7 +342,7 @@ public class Client {
with values taken from the supplied <literal>'sourceList'</literal>. with values taken from the supplied <literal>'sourceList'</literal>.
</para> </para>
<para>After...</para> <para>After...</para>
<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[ <programlisting language="xml"><lineannotation>&lt;!-- creates a <classname>java.util.List</classname> instance with the supplied values --&gt;</lineannotation><![CDATA[
<util:list id="emails"> <util:list id="emails">
<value>pechorin@hero.org</value> <value>pechorin@hero.org</value>
<value>raskolnikov@slums.org</value> <value>raskolnikov@slums.org</value>
@ -387,7 +387,7 @@ public class Client {
with key-value pairs taken from the supplied <literal>'sourceMap'</literal>. with key-value pairs taken from the supplied <literal>'sourceMap'</literal>.
</para> </para>
<para>After...</para> <para>After...</para>
<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[ <programlisting language="xml"><lineannotation>&lt;!-- creates a <classname>java.util.Map</classname> instance with the supplied key-value pairs --&gt;</lineannotation><![CDATA[
<util:map id="emails"> <util:map id="emails">
<entry key="pechorin" value="pechorin@hero.org"/> <entry key="pechorin" value="pechorin@hero.org"/>
<entry key="raskolnikov" value="raskolnikov@slums.org"/> <entry key="raskolnikov" value="raskolnikov@slums.org"/>
@ -432,7 +432,7 @@ public class Client {
with values taken from the supplied <literal>'sourceSet'</literal>. with values taken from the supplied <literal>'sourceSet'</literal>.
</para> </para>
<para>After...</para> <para>After...</para>
<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[ <programlisting language="xml"><lineannotation>&lt;!-- creates a <classname>java.util.Set</classname> instance with the supplied values --&gt;</lineannotation><![CDATA[
<util:set id="emails"> <util:set id="emails">
<value>pechorin@hero.org</value> <value>pechorin@hero.org</value>
<value>raskolnikov@slums.org</value> <value>raskolnikov@slums.org</value>