Skip to content

Commit 8e1612a

Browse files
Merge pull request #339 from sskular-wonderlab/master
Change buildQuerySObjectById access modifier to protected
2 parents 83ac48b + 798dfb9 commit 8e1612a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sfdx-source/apex-common/main/classes/fflib_SObjectSelector.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ public abstract with sharing class fflib_SObjectSelector
429429
/**
430430
* Constructs the default SOQL query for this selector, see selectSObjectsById and queryLocatorById
431431
**/
432-
private String buildQuerySObjectById()
432+
protected String buildQuerySObjectById()
433433
{
434434
return newQueryFactory().setCondition('id in :idSet').toSOQL();
435435
}

0 commit comments

Comments
 (0)