Skip to content

Commit 88cc498

Browse files
Prashant JainPrashant Jain
authored andcommitted
Added suppress warnings
1 parent 090ac0a commit 88cc498

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

force-app/main/default/classes/main/soql-evaluator/SOQLEvaluator_Test.cls

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -623,8 +623,8 @@ private class SOQLEvaluator_Test {
623623
);
624624
}
625625

626-
public without sharing class WithoutSharing {
627-
public List<Task> getTasks() {
626+
private without sharing class WithoutSharing {
627+
private List<Task> getTasks() {
628628
return [SELECT Id, Subject, Type FROM Task WITH SYSTEM_MODE];
629629
}
630630
}

0 commit comments

Comments
 (0)