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/03 15:39:42 UTC

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

scolebourne    2003/12/03 06:39:42

  Modified:    collections/src/java/org/apache/commons/collections
                        PriorityQueueUtils.java
  Log:
  Fix deprecation by referencing the correct BinaryHeap
  
  Revision  Changes    Path
  1.4       +3 -2      jakarta-commons/collections/src/java/org/apache/commons/collections/PriorityQueueUtils.java
  
  Index: PriorityQueueUtils.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/PriorityQueueUtils.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- PriorityQueueUtils.java	16 Nov 2003 00:05:44 -0000	1.3
  +++ PriorityQueueUtils.java	3 Dec 2003 14:39:42 -0000	1.4
  @@ -57,6 +57,7 @@
    */
   package org.apache.commons.collections;
   
  +import org.apache.commons.collections.buffer.BinaryHeap;
   import org.apache.commons.collections.buffer.SynchronizedPriorityQueue;
   import org.apache.commons.collections.buffer.UnmodifiablePriorityQueue;
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org