提交 baaaf241 编写于 作者: D darcy

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

Reviewed-by: ksrini
上级 0fa6b295
......@@ -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) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册