clean unused method
This commit is contained in:
parent
8e2cd64ee3
commit
a793336635
|
@ -83,10 +83,6 @@ public abstract class TransportInstanceSingleOperationAction<Request extends Ins
|
|||
|
||||
}
|
||||
|
||||
protected boolean retryRequired(ShardIterator shardIt, ClusterState state) {
|
||||
return false;
|
||||
}
|
||||
|
||||
protected boolean retryOnFailure(Throwable e) {
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue