CASC-239 Saml11AuthenticationFilter Constructor was Private instead of Public.

This commit is contained in:
Scott 2015-01-24 23:58:51 -05:00
parent f49c08ce93
commit db3610123f
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ import org.jasig.cas.client.Protocol;
*/
public class Saml11AuthenticationFilter extends AuthenticationFilter {
private Saml11AuthenticationFilter() {
public Saml11AuthenticationFilter() {
super(Protocol.SAML11);
}
}