Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelandis committed Apr 3, 2024
1 parent 8c0b1d8 commit a124642
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ public class Security extends Plugin
private final SetOnce<List<ReloadableSecurityComponent>> reloadableComponents = new SetOnce<>();
private final SetOnce<AuthorizationDenialMessages> authorizationDenialMessages = new SetOnce<>();
private final SetOnce<ReservedRoleNameChecker.Factory> reservedRoleNameCheckerFactory = new SetOnce<>();
private final SetOnce<SecondaryAuthActions> secondaryAuthActions = new SetOnce<>();
private final SetOnce<SecondaryAuthActions> secondaryAuthActions = new SetOnce<>();

public Security(Settings settings) {
this(settings, Collections.emptyList());
Expand Down

0 comments on commit a124642

Please sign in to comment.