scolebourne 2003/12/28 16:57:34
Modified: collections/src/java/org/apache/commons/collections/list
SetUniqueList.java
Log:
Improve documentation
Revision Changes Path
1.4 +5 -5
jakarta-commons/collections/src/java/org/apache/commons/collections/list/SetUniqueList.java
Index: SetUniqueList.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/list/SetUniqueList.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- SetUniqueList.java 25 Dec 2003 00:46:02 -0000 1.3
+++ SetUniqueList.java 29 Dec 2003 00:57:34 -0000 1.4
@@ -78,9 +78,9 @@
* result of rejecting duplicates.
* Each violation is explained in the method, but it should not affect you.
* <p>
- * The [EMAIL PROTECTED] ListOrderedSet} class provides an alternative approach, by
wrapping
- * an existing Set and retaining insertion order in the iterator.
- * This class offers the <code>List</code> interface implementation as well.
+ * The [EMAIL PROTECTED] org.apache.commons.collections.set.ListOrderedSet
ListOrderedSet}
+ * class provides an alternative approach, by wrapping an existing Set and
+ * retaining insertion order in the iterator.
*
* @since Commons Collections 3.0
* @version $Revision$ $Date$
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]