scolebourne    2004/01/05 13:33:22

  Modified:    collections/src/java/org/apache/commons/collections/buffer
                        UnboundedFifoBuffer.java
  Log:
  Fix javadoc
  
  Revision  Changes    Path
  1.5       +2 -3      
jakarta-commons/collections/src/java/org/apache/commons/collections/buffer/UnboundedFifoBuffer.java
  
  Index: UnboundedFifoBuffer.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/buffer/UnboundedFifoBuffer.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- UnboundedFifoBuffer.java  4 Jan 2004 18:56:37 -0000       1.4
  +++ UnboundedFifoBuffer.java  5 Jan 2004 21:33:22 -0000       1.5
  @@ -160,7 +160,6 @@
        * @param obj  the element to add
        * @return true, always
        * @throws NullPointerException  if the given element is null
  -     * @throws BufferOverflowException  if this buffer is full
        */
       public boolean add(final Object obj) {
           if (obj == null) {
  
  
  

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

Reply via email to