!453 @SuppressWarnings("deprecation")似乎是多余的抑制

Merge pull request !453 from twelvet/N/A
This commit is contained in:
lbw 2023-12-15 02:42:17 +00:00 committed by Gitee
commit 07f7738ec2
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -63,7 +63,6 @@ public class PigDaoAuthenticationProvider extends AbstractUserDetailsAuthenticat
}
@Override
@SuppressWarnings("deprecation")
protected void additionalAuthenticationChecks(UserDetails userDetails,
UsernamePasswordAuthenticationToken authentication) throws AuthenticationException {