Skip to content

Commit

Permalink
MAT-7913 rename the property
Browse files Browse the repository at this point in the history
  • Loading branch information
adongare committed Nov 20, 2024
1 parent 5b86675 commit ae6a75f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@AllArgsConstructor
public class AclOperation {
@NotEmpty private List<AclSpecification> acls;
@NotNull private AclAction operation;
@NotNull private AclAction action;

public enum AclAction {
GRANT,
Expand Down

0 comments on commit ae6a75f

Please sign in to comment.