mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-24 03:03:44 +00:00
Fix logger checkstyle
This commit is contained in:
parent
7738e6c895
commit
c3a5ae1254
@ -193,7 +193,7 @@ public final class JdbcOneTimeTokenService implements OneTimeTokenService, Dispo
|
||||
List<SqlParameterValue> parameters = List.of(new SqlParameterValue(Types.TIMESTAMP, Instant.now()));
|
||||
PreparedStatementSetter pss = new ArgumentPreparedStatementSetter(parameters.toArray());
|
||||
int deletedCount = this.jdbcOperations.update(DELETE_SESSIONS_BY_EXPIRY_TIME_QUERY, pss);
|
||||
if (logger.isDebugEnabled()) {
|
||||
if (this.logger.isDebugEnabled()) {
|
||||
this.logger.debug("Cleaned up " + deletedCount + " expired tokens");
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user