Remove unused imports

This commit is contained in:
Simon Willnauer 2014-10-27 14:26:04 +01:00
parent 5190cee7fc
commit 9a5264660d
1 changed files with 0 additions and 4 deletions

View File

@ -27,11 +27,7 @@ import org.elasticsearch.index.shard.IndexShardClosedException;
import org.elasticsearch.index.shard.ShardId;
import org.elasticsearch.index.shard.service.IndexShard;
import org.elasticsearch.index.shard.service.InternalIndexShard;
import org.elasticsearch.index.store.Store;
import java.io.IOException;
import java.sql.Timestamp;
import java.util.Map;
import java.util.concurrent.ConcurrentMap;
import java.util.concurrent.atomic.AtomicBoolean;