scolebourne 2003/12/23 17:19:38
Modified: collections/src/java/org/apache/commons/collections
CursorableLinkedList.java
Log:
Deprecate to new version in list subpackage
Revision Changes Path
1.19 +4 -2
jakarta-commons/collections/src/java/org/apache/commons/collections/CursorableLinkedList.java
Index: CursorableLinkedList.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/CursorableLinkedList.java,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- CursorableLinkedList.java 27 Sep 2003 10:07:14 -0000 1.18
+++ CursorableLinkedList.java 24 Dec 2003 01:19:38 -0000 1.19
@@ -83,6 +83,8 @@
* <p>
* <b>Note that this implementation is not synchronized.</b>
*
+ * @deprecated Use new version in list subpackage, which has been rewritten
+ * and now returns the cursor from the listIterator method
* @see java.util.LinkedList
* @since Commons Collections 1.0
* @version $Revision$ $Date$
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]