summaryrefslogtreecommitdiff
path: root/core/src/test/java/org/elasticsearch/index/mapper/routing/RoutingTypeMapperTests.java
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/test/java/org/elasticsearch/index/mapper/routing/RoutingTypeMapperTests.java')
-rw-r--r--core/src/test/java/org/elasticsearch/index/mapper/routing/RoutingTypeMapperTests.java5
1 files changed, 4 insertions, 1 deletions
diff --git a/core/src/test/java/org/elasticsearch/index/mapper/routing/RoutingTypeMapperTests.java b/core/src/test/java/org/elasticsearch/index/mapper/routing/RoutingTypeMapperTests.java
index 7d0afdb072..ff0971034f 100644
--- a/core/src/test/java/org/elasticsearch/index/mapper/routing/RoutingTypeMapperTests.java
+++ b/core/src/test/java/org/elasticsearch/index/mapper/routing/RoutingTypeMapperTests.java
@@ -39,7 +39,10 @@ import org.elasticsearch.test.ESSingleNodeTestCase;
import java.util.Map;
-import static org.hamcrest.Matchers.*;
+import static org.hamcrest.Matchers.equalTo;
+import static org.hamcrest.Matchers.hasKey;
+import static org.hamcrest.Matchers.instanceOf;
+import static org.hamcrest.Matchers.is;
public class RoutingTypeMapperTests extends ESSingleNodeTestCase {