Skip to content

Commit

Permalink
corrected inline comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ImJohnMDaniel committed Oct 2, 2023
1 parent 757359f commit d482301
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ public abstract with sharing class fflib_SObjectSelector
}

/**
* Adds a subselect QueryFactory based on this selector to the given QueryFactor, returns the parentQueryFactory
* Adds a subselect QueryFactory based on this selector to the given QueryFactor, returns the child QueryFactory
**/
public fflib_QueryFactory addQueryFactorySubselect(fflib_QueryFactory parentQueryFactory)
{
Expand All @@ -461,7 +461,7 @@ public abstract with sharing class fflib_SObjectSelector
}

/**
* Adds a subselect QueryFactory based on this selector to the given QueryFactor, returns the parentQueryFactory
* Adds a subselect QueryFactory based on this selector to the given QueryFactor, returns the child QueryFactory
**/
public fflib_QueryFactory addQueryFactorySubselect(fflib_QueryFactory parentQueryFactory, String relationshipName)
{
Expand Down

0 comments on commit d482301

Please sign in to comment.