Remove unneeded @SuppressWarnings("NullAway")

Closes gh-32542
This commit is contained in:
Sébastien Deleuze
2024-05-06 18:28:54 +02:00
parent 93dcbc41b0
commit 12272d6e41
10 changed files with 1 additions and 11 deletions
@@ -383,7 +383,6 @@ final class DefaultDatabaseClient implements DatabaseClient {
return fetch().rowsUpdated().then();
}
@SuppressWarnings("NullAway")
private ResultFunction getResultFunction(Supplier<String> sqlSupplier) {
BiFunction<Connection, String, Statement> statementFunction = (connection, sql) -> {
if (logger.isDebugEnabled()) {