Remove non needed import

This commit is contained in:
David Pilato 2017-01-26 17:43:59 +01:00
parent 59b34ba71c
commit 2abe948cd7

View File

@ -52,7 +52,6 @@ import java.util.concurrent.ConcurrentHashMap;
import static org.hamcrest.Matchers.containsString;
import static org.hamcrest.Matchers.hasSize;
import static org.hamcrest.Matchers.is;
import static org.hamcrest.Matchers.isOneOf;
public class Ec2DiscoveryTests extends ESTestCase {