mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Remove unneeded @SuppressWarnings("NullAway")
Closes gh-32542
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user