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 class ExtendedMessageFormat extends MessageFormat {
|
|||
}
|
||||
|
||||
/**
|
||||
* Return the hashcode.
|
||||
*
|
||||
* @return the hashcode
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
@SuppressWarnings( "deprecation" ) // ObjectUtils.hashCode(Object) has been deprecated in 3.2
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue