Skip to content

Commit b174e5a

Browse files
committed
fix style issue
1 parent e466371 commit b174e5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/security/authc/apikey/CustomTokenAuthenticator.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
import org.elasticsearch.xpack.core.security.authc.AuthenticationToken;
1616

1717
/**
18-
* An extension point to provide a custom token authenticator implementation. For example, a custom API key or a custom OAuth2 token implementation.
19-
* The implementation is wrapped by a core `Authenticator` class and included in the authenticator chain _before_ the
18+
* An extension point to provide a custom token authenticator implementation. For example, a custom API key or a custom OAuth2 token
19+
* implementation. The implementation is wrapped by a core `Authenticator` class and included in the authenticator chain _before_ the
2020
* respective "standard" authenticator(s).
2121
*/
2222
public interface CustomTokenAuthenticator {

0 commit comments

Comments
 (0)