Skip to content

Commit 4628a7d

Browse files
committed
doc
1 parent 5e5e28d commit 4628a7d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/main/java/graphql/util/TraversalControl.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ public enum TraversalControl {
1414
*/
1515
QUIT,
1616
/**
17-
* When returned from a Visitor's method, indicates skipping traversal of a subtree
17+
* When returned from a Visitor's method, indicates skipping traversal of a subtree.
18+
* When turned from the 'leave' method it is the same as CONTINUE, because the subtree is already
19+
* visited
1820
*/
19-
ABORT,
21+
ABORT
2022
}

0 commit comments

Comments
 (0)