File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
sfdx-source/apex-common/main/classes Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -438,7 +438,7 @@ public abstract with sharing class fflib_SObjectSelector
438438 }
439439
440440 /**
441- * Adds a subselect QueryFactory based on this selector to the given QueryFactor, returns the parentQueryFactory
441+ * Adds a subselect QueryFactory based on this selector to the given QueryFactor, returns the child QueryFactory
442442 **/
443443 public fflib_QueryFactory addQueryFactorySubselect (fflib_QueryFactory parentQueryFactory )
444444 {
@@ -461,7 +461,7 @@ public abstract with sharing class fflib_SObjectSelector
461461 }
462462
463463 /**
464- * Adds a subselect QueryFactory based on this selector to the given QueryFactor, returns the parentQueryFactory
464+ * Adds a subselect QueryFactory based on this selector to the given QueryFactor, returns the child QueryFactory
465465 **/
466466 public fflib_QueryFactory addQueryFactorySubselect (fflib_QueryFactory parentQueryFactory , String relationshipName )
467467 {
You can’t perform that action at this time.
0 commit comments