Add @since tag

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131616 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stephen Colebourne 2004-03-31 23:13:50 +00:00
parent 8ffdacacc3
commit 67ce6b9853
1 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,7 @@ import org.apache.commons.collections.collection.UnmodifiableCollection;
* Provides utility methods and decorators for {@link Collection} instances.
*
* @since Commons Collections 1.0
* @version $Revision: 1.57 $ $Date: 2004/03/31 21:43:27 $
* @version $Revision: 1.58 $ $Date: 2004/03/31 23:13:50 $
*
* @author Rodney Waldhoff
* @author Paul Jack
@ -860,6 +860,7 @@ public class CollectionUtils {
* @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;