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/11/29 18:26:21 UTC

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

scolebourne    2003/11/29 09:26:21

  Modified:    collections/src/java/org/apache/commons/collections
                        SynchronizedPriorityQueue.java
  Log:
  Fix deprecation comment
  
  Revision  Changes    Path
  1.9       +3 -3      jakarta-commons/collections/src/java/org/apache/commons/collections/SynchronizedPriorityQueue.java
  
  Index: SynchronizedPriorityQueue.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/SynchronizedPriorityQueue.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- SynchronizedPriorityQueue.java	31 Aug 2003 17:26:44 -0000	1.8
  +++ SynchronizedPriorityQueue.java	29 Nov 2003 17:26:21 -0000	1.9
  @@ -64,7 +64,7 @@
    * Provides synchronized wrapper methods for all the methods 
    * defined in the PriorityQueue interface.
    *
  - * @deprecated Moved to decorators subpackage. Due to be removed in v4.0.
  + * @deprecated Moved to buffer subpackage. Due to be removed in v4.0.
    * @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