Skip to content

Commit

Permalink
fix(security): workaround classloading issue in security utils
Browse files Browse the repository at this point in the history
(cherry picked from commit 4f71248)
  • Loading branch information
michalvavrik authored and gsmet committed Mar 4, 2025
1 parent eddfd2b commit 9f0c348
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class AuthData {
public final boolean anonymous;
public final String name;
public final Set<Permission> permissions;
final boolean applyAugmentors;
public final boolean applyAugmentors;

public AuthData(Set<String> roles, boolean anonymous, String name) {
this.roles = roles;
Expand Down

0 comments on commit 9f0c348

Please sign in to comment.