GumpacG commented on code in PR #3466:
URL: https://github.com/apache/tinkerpop/pull/3466#discussion_r3463335124


##########
gremlin-driver/src/main/java/org/apache/tinkerpop/gremlin/driver/RequestOptions.java:
##########
@@ -150,9 +150,20 @@ public static Builder from(final RequestOptions options) {
             return builder;
         }
 
+        /**
+         * Sets the traversal source (or graph) alias to rebind to "g" on the 
request.
+         */
+        public Builder traversalSource(final String traversalSource) {

Review Comment:
   As discussed offline, we are keeping it `traversalSoruce` for parity across 
GLVs



-- 
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