Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* Prevents execution if the query complexity is greater than the specified maxComplexity.
* <p>
* Use the {@code Function<QueryComplexityInfo, Boolean>} parameter to supply a function to perform a custom action when the max complexity
* is exceeded. If the function returns {@code true} a {@link AbortExecutionException} is thrown.
* is exceeded. If the function returns {@code true} an {@link AbortExecutionException} is thrown.
*/
@PublicApi
@NullMarked
Expand Down
Loading