Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mwangggg committed Feb 4, 2024
1 parent 2a5d175 commit 5629b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/cryostat/rules/Rules.java
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ public RestResponse<V2Response> delete(@RestPath String name, @RestQuery boolean
return RestResponse.ok(V2Response.json(Response.Status.OK, null));
}

public class RuleExistsException extends ClientErrorException {
public static class RuleExistsException extends ClientErrorException {
RuleExistsException(String ruleName) {
super(
"Rule with name "
Expand Down

0 comments on commit 5629b1b

Please sign in to comment.