Skip to content

Commit 1102180

Browse files
committed
Remove leftover code
1 parent bd2159b commit 1102180

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

force-app/main/default/classes/function/MatchFieldCondition.cls

-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ public class MatchFieldCondition {
1313
this.value = value;
1414
}
1515

16-
private class SetComparison()
17-
1816
public Boolean isSatisfied(SObject record) {
1917
Object fieldValue = fieldReader.read(record, fieldPath);
2018
switch on relation {

0 commit comments

Comments
 (0)