mirror of https://github.com/apache/druid.git
fix test
This commit is contained in:
parent
12991a959a
commit
f726e52e3b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue