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/04/01 01:13:50 UTC

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

scolebourne    2004/03/31 15:13:50

  Modified:    collections/src/java/org/apache/commons/collections
                        CollectionUtils.java
  Log:
  Add @since tag
  
  Revision  Changes    Path
  1.58      +2 -1      jakarta-commons/collections/src/java/org/apache/commons/collections/CollectionUtils.java
  
  Index: CollectionUtils.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/CollectionUtils.java,v
  retrieving revision 1.57
  retrieving revision 1.58
  diff -u -r1.57 -r1.58
  --- CollectionUtils.java	31 Mar 2004 21:43:27 -0000	1.57
  +++ CollectionUtils.java	31 Mar 2004 23:13:50 -0000	1.58
  @@ -860,6 +860,7 @@
        * @param object  the object to get the size of
        * @return the size of the specified collection
        * @throws IllegalArgumentException thrown if object is not recognised or null
  +     * @since Commons Collections 3.1
        */
       public static int size(Object object) {
           int total = 0;
  
  
  

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