scolebourne    2004/04/14 13:13:11

  Modified:    collections/src/java/org/apache/commons/collections
                        BoundedCollection.java
  Log:
  Clarify javadoc

  from Simon Kitching
  
  Revision  Changes    Path
  1.11      +4 -1      
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.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- BoundedCollection.java    18 Feb 2004 01:15:42 -0000      1.10
  +++ BoundedCollection.java    14 Apr 2004 20:13:11 -0000      1.11
  @@ -24,6 +24,9 @@
    * maximum number of elements. This interface allows the querying of details
    * associated with the maximum number of elements.
    *
  + * @see CollectionUtils#isFull
  + * @see CollectionUtils#maxSize
  + *
    * @since Commons Collections 3.0
    * @version $Revision$ $Date$
    * 
  
  
  

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

Reply via email to