Skip to content

Commit 2d716c6

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 14ccac1 commit 2d716c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/security/src/main/java/org/elasticsearch/xpack/security/authc/PluggableAuthenticatorChain.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public void authenticate(Context context, ActionListener<AuthenticationResult<Au
5555
}
5656
AuthenticationToken token = context.getMostRecentAuthenticationToken();
5757
if (token != null) {
58-
//TODO switch to IteratingActionListener
58+
// TODO switch to IteratingActionListener
5959
for (CustomAuthenticator customAuthenticator : customAuthenticators) {
6060
if (customAuthenticator.supports(token)) {
6161
customAuthenticator.authenticate(token, ActionListener.wrap(response -> {

0 commit comments

Comments
 (0)