Polishing

This commit is contained in:
Sam Brannen
2012-09-08 18:16:33 +02:00
parent 70b0b97b54
commit c795c1b362
2 changed files with 5 additions and 3 deletions

View File

@@ -204,6 +204,8 @@ public class EmbeddedDatabaseFactory {
return this.dataSource.isWrapperFor(iface);
}
// getParentLogger() is required for JDBC 4.1 compatibility
@SuppressWarnings("unused")
public Logger getParentLogger() {
return Logger.getLogger(Logger.GLOBAL_LOGGER_NAME);
}