We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ede2c24 commit 2e96765Copy full SHA for 2e96765
sfdx-source/apex-common/main/classes/fflib_QueryFactory.cls
@@ -664,7 +664,7 @@ public class fflib_QueryFactory { //No explicit sharing declaration - inherit fr
664
}
665
666
/**
667
- * @param addAllRows whether an ALL ROWS clause will be added to the resulting query.
+ * whether an ALL ROWS clause will be added to the resulting query
668
**/
669
public fflib_QueryFactory setAllRows(){
670
this.allRows = true;
0 commit comments