Remove unused import from AliasResolveRoutingIT

This commit removes an unused import from AliasResolveRoutingIT.java
that was left behind from development.
This commit is contained in:
Jason Tedor 2017-12-08 11:50:20 -05:00
parent ad8a571677
commit 8b49b3f8af
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@ import org.elasticsearch.cluster.metadata.IndexNameExpressionResolver;
import org.elasticsearch.common.Priority;
import org.elasticsearch.test.ESIntegTestCase;
import java.util.Collections;
import java.util.HashMap;
import java.util.Map;
import java.util.Set;