You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sc...@apache.org on 2003/12/24 02:19:38 UTC

cvs commit: jakarta-commons/collections/src/java/org/apache/commons/collections CursorableLinkedList.java

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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org