Skip to content

Commit

Permalink
Fix typo (backport PR #3544)
Browse files Browse the repository at this point in the history
  • Loading branch information
dondonz committed Mar 26, 2024
1 parent c3d5bb4 commit 851bcd6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -130,7 +130,7 @@ public Options maxChildrenDepth(int maxChildrenDepth) {
* @return new options object to use
*/
public Options maxFieldsCount(int maxFieldsCount) {
return new Options(this.graphQLContext, this.locale, maxChildrenDepth, maxFieldsCount);
return new Options(this.graphQLContext, this.locale, this.maxChildrenDepth, maxFieldsCount);
}

/**
Expand Down

0 comments on commit 851bcd6

Please sign in to comment.