Javadoc nit.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1744809 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2016-05-20 22:40:13 +00:00
parent 930015a137
commit 5187b21788
1 changed files with 1 additions and 1 deletions

View File

@ -1313,7 +1313,7 @@ public class CollectionUtils {
*
* @param object the object to get the size of, may be null
* @return the size of the specified collection or 0 if the object was null
* @throws IllegalArgumentException thrown if object is not recognised
* @throws IllegalArgumentException thrown if object is not recognized
* @since 3.1
*/
public static int size(final Object object) {