Skip to content

Commit

Permalink
chore: fix error msg
Browse files Browse the repository at this point in the history
  • Loading branch information
jcosentino11 committed Feb 6, 2024
1 parent 7584cb7 commit c05d95a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public final class PermissionEvaluationUtils {
+ "([a-zA-Z]+):([a-zA-Z0-9-_]+)";
private static final String EXCEPTION_MALFORMED_RESOURCE =
"Resource is malformed, must be of the form: "
+ "([a-zA-Z]+):([a-zA-Z]+):(" + RESOURCE_NAME_PATTERN.pattern() + "+)";
+ "([a-zA-Z]+):([a-zA-Z]+):" + RESOURCE_NAME_PATTERN.pattern();

private final GroupManager groupManager;

Expand Down

0 comments on commit c05d95a

Please sign in to comment.