Update topics/oidc/java/adapter_error_handling.adoc

This commit is contained in:
Stian Thorgersen 2016-06-09 14:28:35 +02:00
parent 0aac192e52
commit 6e9a29b275

View file

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