mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Reduce scope of @SuppressWarnings.
This commit is contained in:
@@ -337,8 +337,8 @@ abstract class JdbcDatabase implements Database<Connection> {
|
||||
this.clock = clock;
|
||||
}
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
protected void open(String driverClass, boolean reopen, SecretKey key,
|
||||
protected void open(String driverClass, boolean reopen,
|
||||
@SuppressWarnings("unused") SecretKey key,
|
||||
@Nullable MigrationListener listener) throws DbException {
|
||||
// Load the JDBC driver
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user