Skip to content

Commit

Permalink
Changes from PR.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmg13 committed Nov 22, 2024
1 parent f6b94cd commit 6578f64
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ private Set<String> parseRightOperand(Object rightValue, PolicyContext context)
return null;
}

@Deprecated(since = "0.8.1")
@Deprecated(since = "0.9.0")
private Boolean evaluateNotEquals(BpnGroupHolder bpnGroupHolder) {
monitor.warning("%s is a deprecated operator, in future please use %s operator.".formatted(NEQ, IS_NONE_OF));
Expand Down

0 comments on commit 6578f64

Please sign in to comment.