6909057: @see Arrays#hashCode missing particular method specification in j.u.Objects.hash
Reviewed-by: ksrini
--- 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) {