|
|
@@ -89,20 +89,4 @@ public class AllocationRoutedStep extends ClusterStateWaitStep {
|
|
|
}
|
|
|
return allocationPendingAllShards;
|
|
|
}
|
|
|
-
|
|
|
- @Override
|
|
|
- public int hashCode() {
|
|
|
- return 611;
|
|
|
- }
|
|
|
-
|
|
|
- @Override
|
|
|
- public boolean equals(Object obj) {
|
|
|
- if (obj == null) {
|
|
|
- return false;
|
|
|
- }
|
|
|
- if (getClass() != obj.getClass()) {
|
|
|
- return false;
|
|
|
- }
|
|
|
- return super.equals(obj);
|
|
|
- }
|
|
|
}
|