mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
(cherry picked from commit 79039e16305c7fb71ee012e693219a0d2b77e97b) Signed-off-by: Andrei Dan <andrei.dan@elastic.co>
This commit is contained in:
parent
5421a743a7
commit
3753682877
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user