diff --git a/topics/oidc/java/adapter_error_handling.adoc b/topics/oidc/java/adapter_error_handling.adoc index 0aaf30816d..ec6f59fbc9 100644 --- a/topics/oidc/java/adapter_error_handling.adoc +++ b/topics/oidc/java/adapter_error_handling.adoc @@ -31,4 +31,4 @@ OIDCAuthenticationError error = (OIDCAuthenticationError) httpServletRequest Reason reason = error.getReason(); System.out.println(reason.name()); ----- \ No newline at end of file +----