Skip to content

Commit

Permalink
Update ProcessManager.java
Browse files Browse the repository at this point in the history
  • Loading branch information
bit4woo committed May 4, 2024
1 parent 91bb0cc commit 3be0341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/ProcessManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ public static void putDismissRule(IHttpRequestResponse[] messages, String keywor
configKey = keyword;
break;
}
if (StringUtils.isNotEmpty(keyword)) {
if (StringUtils.isNotEmpty(configKey)) {
delSameConditionRule(configKey);
GUI.configTableModel.addNewConfigEntry(new ConfigEntry(configKey, "", action, true));
}
Expand Down

0 comments on commit 3be0341

Please sign in to comment.