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:
Sebastian Bazley 2009-10-24 12:55:00 +00:00
parent 726835ef8c
commit 6eab86bafd
1 changed files with 1 additions and 0 deletions

View File

@ -977,6 +977,7 @@ public class HashCodeBuilder {
*
* @return <code>hashCode</code> based on the fields appended
*/
@Override
public int hashCode() {
return toHashCode();
}