Skip to content

Commit 3f6e480

Browse files
committed
Add missing Javadoc
1 parent da2761e commit 3f6e480

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/main/java/graphql/normalized/ExecutableNormalizedOperationFactory.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,10 @@ public int getMaxChildrenDepth() {
169169
return maxChildrenDepth;
170170
}
171171

172-
// TODO: Javadoc
172+
/**
173+
* @return whether support for defer is enabled
174+
* @see #deferSupport(boolean)
175+
*/
173176
@ExperimentalApi
174177
public boolean getDeferSupport() {
175178
return deferSupport;

0 commit comments

Comments
 (0)