FFFF javadoc · graphql-java/graphql-java@c8f3c08 · GitHub
[go: up one dir, main page]

Skip to content

Commit c8f3c08

committed
javadoc
1 parent 80fcbb9 commit c8f3c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/graphql/execution/ResultNodesInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* After each execution the GraphQLContext contains a ResultNodeInfo object under the key {@link ResultNodesInfo#RESULT_NODES_INFO}
1111
* <p>
1212
* The number of result can be limited (and should be for security reasons) by setting the maximum number of result nodes
13-
* in the GraphQLContext under the key {@link ResultNodesInfo#MAX_RESULT_NODES} of type Integer.
13+
* in the GraphQLContext under the key {@link ResultNodesInfo#MAX_RESULT_NODES} to an Integer
1414
* </p>
1515
*/
1616
@PublicApi

0 commit comments

Comments
 (0)
0