6909057: @see Arrays#hashCode missing particular method specification in j.u.Objects.hash
Reviewed-by: ksrini
This commit is contained in:
parent
8e1f9a0dd3
commit
07d94668d2
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user