Skip to content

Commit 1375e1c

Browse files
committed
fixup! checkstyle
1 parent 8dee42d commit 1375e1c

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1264,7 +1264,8 @@ private ServiceAccountService createServiceAccountService(
12641264
throw new IllegalStateException(
12651265
"The ["
12661266
+ extension.getClass().getName()
1267-
+ "] extension tried to install a custom ServiceAccountTokenStore. This functionality is not available to external extensions."
1267+
+ "] extension tried to install a custom ServiceAccountTokenStore. This functionality is not available to "
1268+
+ "external extensions."
12681269
);
12691270
}
12701271
accountTokenStoreByExtension.put(extension.extensionName(), serviceAccountTokenStore);

0 commit comments

Comments
 (0)