Deprecate to new version in list subpackage
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131448 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0b9cb552be
commit
cbca9a2056
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/CursorableLinkedList.java,v 1.18 2003/09/27 10:07:14 scolebourne Exp $
|
||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/CursorableLinkedList.java,v 1.19 2003/12/24 01:19:38 scolebourne Exp $
|
||||
* ====================================================================
|
||||
*
|
||||
* The Apache Software License, Version 1.1
|
||||
|
@ -83,9 +83,11 @@ import java.lang.ref.WeakReference;
|
|||
* <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: 1.18 $ $Date: 2003/09/27 10:07:14 $
|
||||
* @version $Revision: 1.19 $ $Date: 2003/12/24 01:19:38 $
|
||||
*
|
||||
* @author Rodney Waldhoff
|
||||
* @author Janek Bogucki
|
||||
|
|
Loading…
Reference in New Issue