fixed checkstyle violation

This commit is contained in:
Martijn van Groningen 2019-09-30 08:41:34 +02:00
parent 66f72bcdbc
commit bb3e9cb908
No known key found for this signature in database
GPG Key ID: AB236F4FCF2AF12A
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@ import java.util.concurrent.TimeUnit;
import static org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder;
import static org.hamcrest.Matchers.equalTo;
import static org.hamcrest.Matchers.greaterThan;
import static org.hamcrest.Matchers.greaterThanOrEqualTo;
public abstract class CommonEnrichRestTestCase extends ESRestTestCase {