Skip to content

Commit

Permalink
Remove leftover code
Browse files Browse the repository at this point in the history
  • Loading branch information
ipavlic committed Jan 4, 2025
1 parent bd2159b commit 1102180
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ public class MatchFieldCondition {
this.value = value;
}

private class SetComparison()

public Boolean isSatisfied(SObject record) {
Object fieldValue = fieldReader.read(record, fieldPath);
switch on relation {
Expand Down

0 comments on commit 1102180

Please sign in to comment.