spmallette commented on code in PR #2352:
URL: https://github.com/apache/tinkerpop/pull/2352#discussion_r1397169574


##########
gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.java:
##########
@@ -4078,6 +4092,7 @@ private Symbols() {
         public static final String dateDiff = "dateDiff";
         public static final String all = "all";
         public static final String any = "any";
+        public static final String listNone = "none";

Review Comment:
   The "none" token is already on `Traversal.Symbols` - shouldn't that just be 
used?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to