File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
force-app/main/default/classes/example Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11public inherited sharing class SOQL_Account extends SOQL implements SOQL .Selector {
2- public final String MOCK_ID = ' SOQL_Account' ;
2+ public static final String MOCK_ID = ' SOQL_Account' ;
33
44 public static SOQL_Account query () {
55 return new SOQL_Account ();
Original file line number Diff line number Diff line change 11public inherited sharing class SOQL_Contact extends SOQL implements SOQL .Selector {
2- public final String MOCK_ID = ' SOQL_Contact' ;
2+ public static final String MOCK_ID = ' SOQL_Contact' ;
33
44 public static SOQL_Contact query () {
55 return new SOQL_Contact ();
Original file line number Diff line number Diff line change 11public inherited sharing class SOQL_Opportunity extends SOQL implements SOQL .Selector {
2- public final String MOCK_ID = ' SOQL_Opportunity' ;
2+ public static final String MOCK_ID = ' SOQL_Opportunity' ;
33
44 public static SOQL_Opportunity query () {
55 return new SOQL_Opportunity ();
You can’t perform that action at this time.
0 commit comments