Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
pgajek2 committed May 31, 2023
1 parent 39124f1 commit 7357b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion force-app/main/default/classes/SOQL.cls
Original file line number Diff line number Diff line change
Expand Up @@ -948,7 +948,7 @@ public inherited sharing class SOQL implements Queryable {
}
}

public virtual class Filter implements FilterClause, SoqlFilter {
public class Filter implements FilterClause, SoqlFilter {
private String field;
private String comperator;
private Object value;
Expand Down

1 comment on commit 7357b19

@vercel
Copy link

@vercel vercel bot commented on 7357b19 May 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.