remove javadoc param tag for nonexistent parameter

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1091967 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Matthew Jason Benson 2011-04-13 22:44:40 +00:00
parent 3c977ad1fa
commit ad83272aa8
1 changed files with 0 additions and 1 deletions

View File

@ -209,7 +209,6 @@ public static int hashCode(Object obj) {
* ObjectUtils.hashCodeMulti(a,b,c) = ((31 + a.hashCode()) * 31 + b.hashCode()) * 31 + c.hashCode()
* </pre>
*
* @param first the first object, may be {@code null}
* @param objects the objects to obtain the hash code of, may be {@code null}
* @return the hash code of the objects, or zero if null
* @since 3.0