mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-06 01:58:24 +00:00
Fix typo
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1669786 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f718ec1696
commit
3ab0bc3571
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user