Remove unused import in RecoverySourceHandler

This commit is contained in:
Jason Tedor 2015-11-15 10:14:08 -05:00
parent c09103c35b
commit 89172dfb02
1 changed files with 0 additions and 1 deletions

View File

@ -39,7 +39,6 @@ import org.elasticsearch.common.lucene.store.InputStreamIndexInput;
import org.elasticsearch.common.unit.ByteSizeValue;
import org.elasticsearch.common.util.CancellableThreads;
import org.elasticsearch.common.util.CancellableThreads.Interruptable;
import org.elasticsearch.index.engine.Engine;
import org.elasticsearch.index.engine.RecoveryEngineException;
import org.elasticsearch.index.shard.*;
import org.elasticsearch.index.store.Store;