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:
parent
930015a137
commit
5187b21788
|
@ -1313,7 +1313,7 @@ public class CollectionUtils {
|
||||||
*
|
*
|
||||||
* @param object the object to get the size of, may be null
|
* @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
|
* @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
|
* @since 3.1
|
||||||
*/
|
*/
|
||||||
public static int size(final Object object) {
|
public static int size(final Object object) {
|
||||||
|
|
Loading…
Reference in New Issue