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 2004/01/04 19:55:03 UTC

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

scolebourne    2004/01/04 10:55:03

  Modified:    collections/src/java/org/apache/commons/collections
                        UnboundedFifoBuffer.java BoundedFifoBuffer.java
  Log:
  Remove over-loud html javadoc
  
  Revision  Changes    Path
  1.13      +4 -4      jakarta-commons/collections/src/java/org/apache/commons/collections/UnboundedFifoBuffer.java
  
  Index: UnboundedFifoBuffer.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/UnboundedFifoBuffer.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- UnboundedFifoBuffer.java	29 Nov 2003 18:04:57 -0000	1.12
  +++ UnboundedFifoBuffer.java	4 Jan 2004 18:55:03 -0000	1.13
  @@ -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
  @@ -62,7 +62,7 @@
   import java.util.NoSuchElementException;
   
   /**
  - * 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>
  
  
  
  1.14      +4 -4      jakarta-commons/collections/src/java/org/apache/commons/collections/BoundedFifoBuffer.java
  
  Index: BoundedFifoBuffer.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/BoundedFifoBuffer.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- BoundedFifoBuffer.java	29 Nov 2003 18:14:20 -0000	1.13
  +++ BoundedFifoBuffer.java	4 Jan 2004 18:55:03 -0000	1.14
  @@ -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
  @@ -64,7 +64,7 @@
   import java.util.NoSuchElementException;
   
   /**
  - * 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 
  
  
  

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