Fix compilation after upstream changes

Original commit: elastic/x-pack-elasticsearch@b1cb074651
This commit is contained in:
David Kyle 2016-12-23 12:34:25 +00:00
parent c1cd964458
commit d431ebba6f
1 changed files with 1 additions and 2 deletions

View File

@ -8,7 +8,6 @@ package org.elasticsearch.xpack.prelert.integration;
import com.carrotsearch.randomizedtesting.annotations.ParametersFactory;
import org.elasticsearch.test.rest.yaml.ClientYamlTestCandidate;
import org.elasticsearch.test.rest.yaml.ESClientYamlSuiteTestCase;
import org.elasticsearch.test.rest.yaml.parser.ClientYamlTestParseException;
import org.junit.After;
import java.io.IOException;
@ -21,7 +20,7 @@ public class PrelertYamlTestSuiteIT extends ESClientYamlSuiteTestCase {
}
@ParametersFactory
public static Iterable<Object[]> parameters() throws IOException, ClientYamlTestParseException {
public static Iterable<Object[]> parameters() throws IOException {
return createParameters();
}