Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelandis committed Aug 5, 2024
1 parent 5e5c257 commit b7193b6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit b7193b6

Please sign in to comment.