add getParentLogger (fixes jdbcbc build)

master
Vitaliy Filippov 2015-12-17 14:38:28 +03:00
parent 1c3209c82b
commit d65598ad84
1 changed files with 5 additions and 0 deletions

View File

@ -64,6 +64,11 @@ class DriverShim implements Driver {
this.driver = d;
}
//@Override
public Logger getParentLogger() {
return null;
}
//@Override
public boolean acceptsURL(final String u) throws SQLException {
return this.driver.acceptsURL(u);