Fix conventions
License, make test case abstract. Original commit: elastic/x-pack-elasticsearch@a2840e8c8f
This commit is contained in:
parent
a9a2d14193
commit
fd77cb24a1
|
@ -21,7 +21,7 @@ import java.sql.DriverManager;
|
|||
|
||||
import static java.util.Collections.singletonMap;
|
||||
|
||||
public class JdbcIntegrationTestCase extends ESRestTestCase {
|
||||
public abstract class JdbcIntegrationTestCase extends ESRestTestCase {
|
||||
static {
|
||||
// Initialize the jdbc driver
|
||||
JdbcDriver.jdbcMajorVersion();
|
||||
|
|
Loading…
Reference in New Issue