Skip to content

Commit 8c4b418

Browse files
author
William Velzeboer
committed
Undo fix back to bulkification
1 parent ce3cba8 commit 8c4b418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sfdx-source/apex-common-samplecode/main/classes/domains/Opportunities.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public class Opportunities extends fflib_SObjectDomain
3939

4040
public Opportunities(List<Opportunity> sObjectList)
4141
{
42-
// Domain classes are initialised with lists to enforce nullification throughout
42+
// Domain classes are initialised with lists to enforce bulkification throughout
4343
super(sObjectList);
4444
}
4545

0 commit comments

Comments
 (0)