Skip to content

Commit 865aa05

Browse files
committed
checkstyle
1 parent e5707df commit 865aa05

File tree

1 file changed

+2
-1
lines changed
  • x-pack/plugin/security/src/main/java/org/elasticsearch/xpack/security/authc

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,8 @@ public void createOAuth2Tokens(
312312
* <ul>
313313
* <li> Hashed before stored </li>
314314
* <li> Stored in a specific security tokens index </li>
315-
* <li> Prepended with a version ID and encoded with Base64 before returned to the caller of the APIs</li>
315+
* <li> Prepended with a version ID and encoded with
316+
* Base64 before returned to the caller of the APIs</li>
316317
* </ul>
317318
* @param tokenVersion The version of the nodes with which these tokens will be compatible.
318319
* @param authentication The authentication object representing the user for which the tokens are created

0 commit comments

Comments
 (0)