mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-08 02:58:33 +00:00
No need to repeat JavaDoc of hashCode method
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1585282 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6f20b527e6
commit
b9b842d0d3
@ -284,9 +284,7 @@ public boolean equals(final Object obj) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Return the hashcode.
|
||||
*
|
||||
* @return the hashcode
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@SuppressWarnings( "deprecation" ) // ObjectUtils.hashCode(Object) has been deprecated in 3.2
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user