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 2003/12/11 23:48:09 UTC

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

scolebourne    2003/12/11 14:48:09

  Modified:    collections/src/java/org/apache/commons/collections
                        BoundedCollection.java
  Log:
  Update javadoc
  
  Revision  Changes    Path
  1.7       +3 -3      jakarta-commons/collections/src/java/org/apache/commons/collections/BoundedCollection.java
  
  Index: BoundedCollection.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/BoundedCollection.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- BoundedCollection.java	29 Nov 2003 18:14:20 -0000	1.6
  +++ BoundedCollection.java	11 Dec 2003 22:48:09 -0000	1.7
  @@ -60,7 +60,7 @@
   import java.util.Collection;
   
   /**
  - * A BoundedCollection is a collection that is bounded in size.
  + * Defines a collection that is bounded in size.
    * <p>
    * The size of the collection can vary, but it can never exceed a preset 
    * maximum number of elements. This interface allows the querying of details
  
  
  

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