mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-01 09:42:13 +00:00
Remove null-check inside afterPropertiesSet() since it's never null
This commit is contained in:
parent
2d6051625f
commit
ca76e8d784
@ -164,10 +164,6 @@ public abstract class AbstractAuthenticationProcessingFilter extends GenericFilt
|
||||
@Override
|
||||
public void afterPropertiesSet() {
|
||||
Assert.notNull(authenticationManager, "authenticationManager must be specified");
|
||||
|
||||
if (rememberMeServices == null) {
|
||||
rememberMeServices = new NullRememberMeServices();
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user