Skip to content

Commit

Permalink
CASC-239 Saml11AuthenticationFilter Constructor was Private instead o…
Browse files Browse the repository at this point in the history
…f Public.
  • Loading branch information
battags committed Jan 25, 2015
1 parent e2764a7 commit e33af40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
*/
public class Saml11AuthenticationFilter extends AuthenticationFilter {

private Saml11AuthenticationFilter() {
public Saml11AuthenticationFilter() {
super(Protocol.SAML11);
}
}

0 comments on commit e33af40

Please sign in to comment.