Author: scolebourne
Date: Sun May 7 14:40:39 2006
New Revision: 404858
URL: http://svn.apache.org/viewcvs?rev=404858&view=rev
Log:
Add deprecation indicator to sub list
Modified:
jakarta/commons/proper/collections/trunk/src/java/org/apache/commons/collections/CursorableLinkedList.java
Modified:
jakarta/commons/proper/collections/trunk/src/java/org/apache/commons/collections/CursorableLinkedList.java
URL:
http://svn.apache.org/viewcvs/jakarta/commons/proper/collections/trunk/src/java/org/apache/commons/collections/CursorableLinkedList.java?rev=404858&r1=404857&r2=404858&view=diff
==============================================================================
---
jakarta/commons/proper/collections/trunk/src/java/org/apache/commons/collections/CursorableLinkedList.java
(original)
+++
jakarta/commons/proper/collections/trunk/src/java/org/apache/commons/collections/CursorableLinkedList.java
Sun May 7 14:40:39 2006
@@ -1194,6 +1194,10 @@
}
+/**
+ * @deprecated Use new version in list subpackage, which has been rewritten
+ * and now returns the cursor from the listIterator method. Will be removed
in v4.0
+ */
class CursorableSubList extends CursorableLinkedList implements List {
//--- constructors -----------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]