This commit is contained in:
nishantmonu51 2014-04-08 20:09:44 +05:30
parent 12991a959a
commit f726e52e3b
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ public class HashBasedNumberedShardSpecTest
@Override
public int hashCode()
{
return super.hashCode(); //To change body of overridden methods use File | Settings | File Templates.
return hashcode;
}
@Override