[TEST] remove redundant import

This commit is contained in:
Areek Zillur 2015-07-17 00:01:53 -04:00
parent 98fd8d94fe
commit b7107663d1
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@ package org.elasticsearch.action.admin.indices.segments;
import com.carrotsearch.hppc.cursors.IntObjectCursor;
import com.carrotsearch.hppc.cursors.ObjectCursor;
import com.carrotsearch.randomizedtesting.annotations.Seed;
import com.google.common.base.Predicate;
import org.apache.lucene.index.CorruptIndexException;
import org.elasticsearch.action.admin.indices.shards.IndicesShardStoresResponse;