6909057: @see Arrays#hashCode missing particular method specification in j.u.Objects.hash
authordarcy
Wed, 09 Dec 2009 17:55:48 -0800
changeset 4504 0a031ee3f7a4
parent 4503 e0f798017197
child 4505 d700fabf6b6c
6909057: @see Arrays#hashCode missing particular method specification in j.u.Objects.hash Reviewed-by: ksrini
jdk/src/share/classes/java/util/Objects.java
--- a/jdk/src/share/classes/java/util/Objects.java	Wed Dec 09 11:15:25 2009 +0800
+++ b/jdk/src/share/classes/java/util/Objects.java	Wed Dec 09 17:55:48 2009 -0800
@@ -119,7 +119,7 @@
     *
     * @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) {