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:
Benedikt Ritter 2014-04-06 10:43:47 +00:00
parent 6f20b527e6
commit b9b842d0d3
1 changed files with 1 additions and 3 deletions

View File

@ -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