git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1669786 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benedikt Ritter 2015-03-28 15:09:29 +00:00
parent f718ec1696
commit 3ab0bc3571

View File

@ -226,7 +226,7 @@ public static int hashCode(final Object obj) {
* @param objects the objects to obtain the hash code of, may be {@code null}
* @return the hash code of the objects, or zero if null
* @since 3.0
* @deprecated this method has been replaced by {@code java.util.Objects.hash(Object...)} in Java 7 an will be
* @deprecated this method has been replaced by {@code java.util.Objects.hash(Object...)} in Java 7 and will be
* removed in future releases.
*/
@Deprecated