vkagamlyk commented on code in PR #2127:
URL: https://github.com/apache/tinkerpop/pull/2127#discussion_r1258788824


##########
gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.java:
##########
@@ -3286,6 +3307,29 @@ public default <M, E2> GraphTraversal<S, E> option(final 
M token, final Map<Obje
         return this;
     }
 
+    /**
+     * This is a step modulator to a {@link TraversalOptionParent} like {@code 
choose()} or {@code mergeV()} where the
+     * provided argument associated to the {@code token} is applied according 
to the semantics of the step. Please see
+     * the documentation of such steps to understand the usage context.
+     *
+     * @param m Provides a {@code Map} as the option which is the same as 
doing {@code constant(m)}.
+     * @return the traversal with the modulated step
+     * @see <a 
href="http://tinkerpop.apache.org/docs/${project.version}/reference/#mergev-step";
 target="_blank">Reference Documentation - MergeV Step</a>
+     * @see <a 
href="http://tinkerpop.apache.org/docs/${project.version}/reference/#mergee-step";
 target="_blank">Reference Documentation - MergeE Step</a>
+     * @since 3.6.0

Review Comment:
   ```suggestion
        * @since 3.7.0
   ```



-- 
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: commits-unsubscr...@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to