Skip to content

Commit

Permalink
Resolve compilation errors in the AuthenticationApplication (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
berezovskyi authored Apr 28, 2022
1 parent c7fe81d commit d1a604f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ import java.util.AbstractMap.SimpleEntry;
import java.util.Optional;
import java.io.IOException;
import java.io.UnsupportedEncodingException;
import java.nio.charset.StandardCharsets;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
Expand Down Expand Up @@ -256,7 +257,6 @@ public class [anAdaptorInterface.javaClassNameForAuthenticationApplication()/] i
*
* @param response an error response
* @param e Exception with error message
* @param authChallenge OAuth challenge
* @throws IOException
* @throws ServletException
*/
Expand Down

0 comments on commit d1a604f

Please sign in to comment.