Missing @Override
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@829360 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
726835ef8c
commit
6eab86bafd
|
@ -977,6 +977,7 @@ public class HashCodeBuilder {
|
|||
*
|
||||
* @return <code>hashCode</code> based on the fields appended
|
||||
*/
|
||||
@Override
|
||||
public int hashCode() {
|
||||
return toHashCode();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue