Author: desruisseaux
Date: Mon Feb 25 23:39:02 2013
New Revision: 1449965
URL: http://svn.apache.org/r1449965
Log:
Javadoc update.
Modified:
sis/branches/JDK7/sis-utility/src/main/java/org/apache/sis/util/collection/package-info.java
Modified:
sis/branches/JDK7/sis-utility/src/main/java/org/apache/sis/util/collection/package-info.java
URL:
http://svn.apache.org/viewvc/sis/branches/JDK7/sis-utility/src/main/java/org/apache/sis/util/collection/package-info.java?rev=1449965&r1=1449964&r2=1449965&view=diff
==============================================================================
---
sis/branches/JDK7/sis-utility/src/main/java/org/apache/sis/util/collection/package-info.java
[UTF-8] (original)
+++
sis/branches/JDK7/sis-utility/src/main/java/org/apache/sis/util/collection/package-info.java
[UTF-8] Mon Feb 25 23:39:02 2013
@@ -49,7 +49,8 @@
* in which the keys or the values are derived on-the-fly from the content
of an other collection.
* The can also be used for creating filtered views.
* </li><li>
- * {@link org.apache.sis.util.collection.IntegerList} and
+ * {@link org.apache.sis.util.collection.IntegerList},
+ * {@link org.apache.sis.util.collection.CodeListSet} and
* {@link org.apache.sis.util.collection.RangeSet} are collections
specialized for a particular kind
* of content, providing more efficient storage than what we would get
with the general-purpose
* collection implementations.