mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 09:12:14 +00:00
Made no arg constructor protected to enable unit test coverage.
This commit is contained in:
parent
02559344bc
commit
e61427ec6c
@ -43,7 +43,7 @@ public class JettyAcegiUserToken extends AbstractAdapterAuthenticationToken
|
||||
this.password = password;
|
||||
}
|
||||
|
||||
private JettyAcegiUserToken() {
|
||||
protected JettyAcegiUserToken() {
|
||||
super();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user