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…
Reference in New Issue