scolebourne    2004/01/04 10:56:37

  Modified:    collections/src/java/org/apache/commons/collections/buffer
                        BoundedFifoBuffer.java UnboundedFifoBuffer.java
  Log:
  Remove over-loud html javadoc
  
  Revision  Changes    Path
  1.5       +4 -4      
jakarta-commons/collections/src/java/org/apache/commons/collections/buffer/BoundedFifoBuffer.java
  
  Index: BoundedFifoBuffer.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/buffer/BoundedFifoBuffer.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- BoundedFifoBuffer.java    1 Jan 2004 19:24:46 -0000       1.4
  +++ BoundedFifoBuffer.java    4 Jan 2004 18:56:37 -0000       1.5
  @@ -4,7 +4,7 @@
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2002-2003 The Apache Software Foundation.  All rights
  + * Copyright (c) 2002-2004 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -69,7 +69,7 @@
   import org.apache.commons.collections.BufferUnderflowException;
   
   /**
  - * The BoundedFifoBuffer is a <strong>very</strong> efficient implementation of
  + * The BoundedFifoBuffer is a very efficient implementation of
    * Buffer that does not alter the size of the buffer at runtime.
    * <p>
    * The removal order of a <code>BoundedFifoBuffer</code> is based on the 
  
  
  
  1.4       +4 -4      
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.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- UnboundedFifoBuffer.java  1 Jan 2004 19:24:46 -0000       1.3
  +++ UnboundedFifoBuffer.java  4 Jan 2004 18:56:37 -0000       1.4
  @@ -4,7 +4,7 @@
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2002-2003 The Apache Software Foundation.  All rights
  + * Copyright (c) 2002-2004 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -65,7 +65,7 @@
   import org.apache.commons.collections.BufferUnderflowException;
   
   /**
  - * UnboundedFifoBuffer is a <strong>very</strong> efficient buffer implementation.
  + * UnboundedFifoBuffer is a very efficient buffer implementation.
    * According to performance testing, it exhibits a constant access time, but it
    * also outperforms ArrayList when used for the same purpose.
    * <p>
  
  
  

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

Reply via email to