fixed checkstyle violation
This commit is contained in:
parent
66f72bcdbc
commit
bb3e9cb908
|
@ -25,7 +25,6 @@ import java.util.concurrent.TimeUnit;
|
||||||
|
|
||||||
import static org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder;
|
import static org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder;
|
||||||
import static org.hamcrest.Matchers.equalTo;
|
import static org.hamcrest.Matchers.equalTo;
|
||||||
import static org.hamcrest.Matchers.greaterThan;
|
|
||||||
import static org.hamcrest.Matchers.greaterThanOrEqualTo;
|
import static org.hamcrest.Matchers.greaterThanOrEqualTo;
|
||||||
|
|
||||||
public abstract class CommonEnrichRestTestCase extends ESRestTestCase {
|
public abstract class CommonEnrichRestTestCase extends ESRestTestCase {
|
||||||
|
|
Loading…
Reference in New Issue