Add deprecation indicator to sub list

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@404858 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stephen Colebourne 2006-05-07 21:40:39 +00:00
parent c51dc2bb95
commit e13c0688a5

View File

@ -1194,6 +1194,10 @@ public class CursorableLinkedList implements List, Serializable {
}
/**
* @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 -----------------------------------------------