Update topics/oidc/java/adapter_error_handling.adoc

This commit is contained in:
Stian Thorgersen 2016-06-09 14:29:14 +02:00
parent 608f49f754
commit 2e0fb02689

View file

@ -32,3 +32,4 @@ OIDCAuthenticationError error = (OIDCAuthenticationError) httpServletRequest
Reason reason = error.getReason();
System.out.println(reason.name());
----