Skip to content

Commit

Permalink
Merge branch '3.4-dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
spmallette committed Oct 6, 2020
2 parents b66805c + 60f65e6 commit 04c01dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ public default GraphTraversal<S, Path> path() {
* Map the {@link Traverser} to a {@link Map} of bindings as specified by the provided match traversals.
*
* @param matchTraversals the traversal that maintain variables which must hold for the life of the traverser
* @param <E2> the type of the obejcts bound in the variables
* @param <E2> the type of the objects bound in the variables
* @return the traversal with an appended {@link MatchStep}.
* @see <a href="http://tinkerpop.apache.org/docs/${project.version}/reference/#match-step" target="_blank">Reference Documentation - Match Step</a>
* @since 3.0.0-incubating
Expand Down

0 comments on commit 04c01dc

Please sign in to comment.