Skip to content

Commit 7357b19

Browse files
committed
refactoring
1 parent 39124f1 commit 7357b19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

force-app/main/default/classes/SOQL.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -948,7 +948,7 @@ public inherited sharing class SOQL implements Queryable {
948948
}
949949
}
950950

951-
public virtual class Filter implements FilterClause, SoqlFilter {
951+
public class Filter implements FilterClause, SoqlFilter {
952952
private String field;
953953
private String comperator;
954954
private Object value;

0 commit comments

Comments
 (0)