Suppress warning about parameter used by subclasses.

This commit is contained in:
akwizgran
2018-10-16 14:53:00 +01:00
parent d07c144316
commit d4f8abfac1

View File

@@ -337,6 +337,7 @@ abstract class JdbcDatabase implements Database<Connection> {
this.clock = clock;
}
@SuppressWarnings("unused")
protected void open(String driverClass, boolean reopen, SecretKey key,
@Nullable MigrationListener listener) throws DbException {
// Load the JDBC driver