scolebourne    2004/01/08 14:18:16

  Modified:    collections/src/java/org/apache/commons/collections
                        IteratorUtils.java BinaryHeap.java
  Log:
  Fix javadoc
  
  Revision  Changes    Path
  1.20      +3 -4      
jakarta-commons/collections/src/java/org/apache/commons/collections/IteratorUtils.java
  
  Index: IteratorUtils.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/IteratorUtils.java,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- IteratorUtils.java        5 Jan 2004 22:19:51 -0000       1.19
  +++ IteratorUtils.java        8 Jan 2004 22:18:16 -0000       1.20
  @@ -91,8 +91,7 @@
   
   /**
    * Provides static utility methods and decorators for [EMAIL PROTECTED] Iterator} 
  - * instances. The implementations are provided in the 
  - * [EMAIL PROTECTED] org.apache.commons.collections.iterators} subpackage.
  + * instances. The implementations are provided in the iterators subpackage.
    *
    * @since Commons Collections 2.1
    * @version $Revision$ $Date$
  
  
  
  1.22      +3 -4      
jakarta-commons/collections/src/java/org/apache/commons/collections/BinaryHeap.java
  
  Index: BinaryHeap.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/BinaryHeap.java,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- BinaryHeap.java   6 Jan 2004 21:31:32 -0000       1.21
  +++ BinaryHeap.java   8 Jan 2004 22:18:16 -0000       1.22
  @@ -83,8 +83,7 @@
    * in logarithmic time.  The [EMAIL PROTECTED] #peek()} operation performs in 
constant
    * time.  All other operations perform in linear time or worse.
    * <p>
  - * Note that this implementation is not synchronized.  Use 
  - * [EMAIL PROTECTED] PriorityQueueUtils#synchronizedPriorityQueue(PriorityQueue)}
  + * Note that this implementation is not synchronized.  Use SynchronizedPriorityQueue
    * to provide synchronized access to a <code>BinaryHeap</code>:
    *
    * <pre>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to