1
0
mirror of synced 2026-08-04 01:07:02 +00:00

Reduce setAuthentication scope now that it should only be called by AbstractAuthenticationManager.

This commit is contained in:
Ben Alex
2004-07-24 07:21:18 +00:00
parent 951c1a02df
commit 3f7f8e26fa
@@ -57,7 +57,7 @@ public abstract class AuthenticationException extends AcegiSecurityException {
//~ Methods ================================================================
public void setAuthentication(Authentication authentication) {
void setAuthentication(Authentication authentication) {
this.authentication = authentication;
}