Skip to content

Commit 2e96765

Browse files
committed
Change method documentation
1 parent ede2c24 commit 2e96765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ public class fflib_QueryFactory { //No explicit sharing declaration - inherit fr
664664
}
665665

666666
/**
667-
* @param addAllRows whether an ALL ROWS clause will be added to the resulting query.
667+
* whether an ALL ROWS clause will be added to the resulting query
668668
**/
669669
public fflib_QueryFactory setAllRows(){
670670
this.allRows = true;

0 commit comments

Comments
 (0)