Enable checkstyle OneStatementPerLine
This commit is contained in:
+2
-1
@@ -27,7 +27,8 @@ public class JWTRequestParameterProcessingFilter implements Filter {
|
||||
private final AuthenticationFailureHandler failureHandler;
|
||||
|
||||
protected JWTRequestParameterProcessingFilter(AuthenticationManager authenticationManager, String failureUrl) {
|
||||
this.authenticationManager = authenticationManager; failureHandler = new SimpleUrlAuthenticationFailureHandler(failureUrl);
|
||||
this.authenticationManager = authenticationManager;
|
||||
failureHandler = new SimpleUrlAuthenticationFailureHandler(failureUrl);
|
||||
}
|
||||
|
||||
public Authentication attemptAuthentication(HttpServletRequest request, HttpServletResponse response) throws AuthenticationException, IOException, ServletException {
|
||||
|
||||
Reference in New Issue
Block a user