Fix unused import checktyle issue

This commit is contained in:
Christoph Büscher 2018-09-20 19:42:15 +02:00
parent 002f763c48
commit 28b1d41007
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ import org.apache.lucene.search.Sort;
import org.apache.lucene.search.SortField;
import org.apache.lucene.search.SortedSetSelector;
import org.apache.lucene.search.SortedSetSortField;
import org.apache.lucene.util.Constants;
import org.elasticsearch.Version;
import org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteResponse;
import org.elasticsearch.action.admin.cluster.state.ClusterStateRequest;