[seam-commits] Seam SVN: r9904 - trunk/doc/Seam_Reference_Guide/en-US.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Fri Jan 9 12:51:14 EST 2009
Author: nico.ben
Date: 2009-01-09 12:51:14 -0500 (Fri, 09 Jan 2009)
New Revision: 9904
Modified:
trunk/doc/Seam_Reference_Guide/en-US/Xml.xml
Log:
Corrected error
Modified: trunk/doc/Seam_Reference_Guide/en-US/Xml.xml
===================================================================
--- trunk/doc/Seam_Reference_Guide/en-US/Xml.xml 2009-01-09 14:34:27 UTC (rev 9903)
+++ trunk/doc/Seam_Reference_Guide/en-US/Xml.xml 2009-01-09 17:51:14 UTC (rev 9904)
@@ -341,7 +341,7 @@
When configuring multi-valued properties, by default, Seam will preserve the order in which you place the attributes
in <literal>components.xml</literal> (unless you use a <literal>SortedSet</literal>/<literal>SortedMap</literal>
then Seam will use <literal>TreeMap</literal>/<literal>TreeSet</literal>). If the property has a concrete type (for
- example <literal>LinkedList</literal> Seam will use that type.
+ example <literal>LinkedList</literal>) Seam will use that type.
</para>
<para>
You can also override the type by specifying a fully qualified class name:
More information about the seam-commits
mailing list