6909057: @see Arrays#hashCode missing particular method specification in j.u.Objects.hash

Reviewed-by: ksrini
This commit is contained in:
Joe Darcy 2009-12-09 17:55:48 -08:00
parent 8e1f9a0dd3
commit 07d94668d2

View File

@ -119,7 +119,7 @@ public final class Objects {
*
* @param values the values to be hashed
* @return a hash value of the sequence of input values
* @see Arrays#hashCode
* @see Arrays#hashCode(Object[])
* @see List#hashCode
*/
public static int hash(Object... values) {