clean unused method

This commit is contained in:
Shay Banon 2012-01-03 13:23:02 +02:00
parent 8e2cd64ee3
commit a793336635
1 changed files with 0 additions and 4 deletions

View File

@ -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;
}