Fix unnecessary @SupressWarnings annotations
This commit is contained in:
@@ -205,7 +205,6 @@ public class EmbeddedDatabaseFactory {
|
||||
}
|
||||
|
||||
// getParentLogger() is required for JDBC 4.1 compatibility
|
||||
@SuppressWarnings("unused")
|
||||
public Logger getParentLogger() {
|
||||
return Logger.getLogger(Logger.GLOBAL_LOGGER_NAME);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user