scolebourne    2004/05/16 03:45:52

  Modified:    collections/src/java/org/apache/commons/collections/buffer
                        BlockingBuffer.java
  Log:
  Javadoc
  
  Revision  Changes    Path
  1.5       +2 -2      
jakarta-commons/collections/src/java/org/apache/commons/collections/buffer/BlockingBuffer.java
  
  Index: BlockingBuffer.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/buffer/BlockingBuffer.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- BlockingBuffer.java       15 May 2004 12:33:23 -0000      1.4
  +++ BlockingBuffer.java       16 May 2004 10:45:52 -0000      1.5
  @@ -26,7 +26,7 @@
    * <p>
    * If either <code>get</code> or <code>remove</code> is called on an empty
    * <code>Buffer</code>, the calling thread waits for notification that
  - * an [EMAIL PROTECTED] #add} or [EMAIL PROTECTED] #addAll} operation has completed.
  + * an <code>add</code> or <code>addAll</code> operation has completed.
    * <p>
    * When one or more entries are added to an empty <code>Buffer</code>,
    * all threads blocked in <code>get</code> or <code>remove</code> are notified.
  
  
  

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

Reply via email to