remove unused import

This commit is contained in:
Hendrik Muhs 2019-05-06 10:03:20 +02:00
parent 0c03707704
commit d54a921032
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ import org.elasticsearch.action.search.SearchPhaseExecutionException;
import org.elasticsearch.action.search.SearchRequest;
import org.elasticsearch.action.search.SearchResponse;
import org.elasticsearch.action.search.ShardSearchFailure;
import org.elasticsearch.common.Nullable;
import org.elasticsearch.common.breaker.CircuitBreakingException;
import org.elasticsearch.common.xcontent.XContentBuilder;
import org.elasticsearch.search.aggregations.bucket.composite.CompositeAggregation;