fixed RHSSO-883

This commit is contained in:
Jen Malloy 2017-03-23 13:30:35 -04:00
parent b82b615f93
commit 7525b73f9e

View file

@ -22,7 +22,7 @@ This class can tell you exactly what happened.
If this attribute is not set, then the adapter was not responsible for the error code. If this attribute is not set, then the adapter was not responsible for the error code.
[source,xml] [source,javascript]
---- ----
public class SamlAuthenticationError implements AuthenticationError { public class SamlAuthenticationError implements AuthenticationError {
public static enum Reason { public static enum Reason {
@ -39,3 +39,4 @@ public class SamlAuthenticationError implements AuthenticationError {
} }
} }
---- ----