mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-12 21:33:30 +00:00
Reduce setAuthentication scope now that it should only be called by AbstractAuthenticationManager.
This commit is contained in:
parent
951c1a02df
commit
3f7f8e26fa
@ -57,7 +57,7 @@ public abstract class AuthenticationException extends AcegiSecurityException {
|
|||||||
|
|
||||||
//~ Methods ================================================================
|
//~ Methods ================================================================
|
||||||
|
|
||||||
public void setAuthentication(Authentication authentication) {
|
void setAuthentication(Authentication authentication) {
|
||||||
this.authentication = authentication;
|
this.authentication = authentication;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user