diff --git a/x-pack/plugin/security/lib/jose-wrapper/src/main/java/org/elasticsearch/jose/JoseWrapper.java b/x-pack/plugin/security/lib/jose-wrapper/src/main/java/org/elasticsearch/jose/JoseWrapper.java index d94fff459bab2..fb96005375b75 100644 --- a/x-pack/plugin/security/lib/jose-wrapper/src/main/java/org/elasticsearch/jose/JoseWrapper.java +++ b/x-pack/plugin/security/lib/jose-wrapper/src/main/java/org/elasticsearch/jose/JoseWrapper.java @@ -18,7 +18,8 @@ /** * This class wraps the operations requiring access in {@link AccessController#doPrivileged(PrivilegedAction)} blocks. - * Can't do these operations inline with giving too much access due to how the security manager calculates the stack for lambda expressions. + * Can't do these operations inline without giving too much access due to how the security manager + * calculates the stack for lambda expressions. * Isolating the calls here allows for least privilege access to this helper jar. */ public class JoseWrapper {