Skip to content

Commit d0a5ada

Browse files
author
Steve Riesenberg
committed
Fix formatting
1 parent f501c85 commit d0a5ada

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

core/src/main/java/org/springframework/security/authentication/jaas/AbstractJaasAuthenticationProvider.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -318,8 +318,8 @@ JaasAuthenticationCallbackHandler[] getCallbackHandlers() {
318318
}
319319

320320
/**
321-
* Set the JAASAuthenticationCallbackHandler array to handle callback objects generated
322-
* by the LoginContext.login method.
321+
* Set the JAASAuthenticationCallbackHandler array to handle callback objects
322+
* generated by the LoginContext.login method.
323323
* @param callbackHandlers Array of JAASAuthenticationCallbackHandlers
324324
*/
325325
public void setCallbackHandlers(JaasAuthenticationCallbackHandler[] callbackHandlers) {

web/src/main/java/org/springframework/security/web/authentication/www/BasicAuthenticationFilter.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,8 @@ protected boolean authenticationIsRequired(String username) {
221221
return true;
222222
}
223223
// Handle unusual condition where an AnonymousAuthenticationToken is already
224-
// present. This shouldn't happen very often, as BasicAuthenticationFilter is meant to
224+
// present. This shouldn't happen very often, as BasicAuthenticationFilter is
225+
// meant to
225226
// be earlier in the filter chain than AnonymousAuthenticationFilter.
226227
// Nevertheless, presence of both an AnonymousAuthenticationToken together with a
227228
// BASIC authentication request header should indicate reauthentication using the

0 commit comments

Comments
 (0)