This is an automated email from the ASF dual-hosted git repository.
Cole-Greer pushed a change to branch multi-label-experiment
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
from 9ea3df147c Use literal-only grammar for addLabel()/dropLabel() strings
add 2958a30e72 Unify multi-label representation in addV step hierarchy
No new revisions were added by this update.
Summary of changes:
.../traversal/dsl/graph/GraphTraversal.java | 4 +-
.../traversal/dsl/graph/GraphTraversalSource.java | 2 +-
.../map/AbstractAddElementStepPlaceholder.java | 148 +++++++++--------
.../step/map/AbstractAddVertexStepPlaceholder.java | 14 +-
.../traversal/step/map/AddElementStepContract.java | 17 ++
.../traversal/step/map/AddVertexStartStep.java | 173 ++++++++++++--------
.../step/map/AddVertexStartStepPlaceholder.java | 24 ++-
.../process/traversal/step/map/AddVertexStep.java | 177 +++++++++++++--------
.../step/map/AddVertexStepPlaceholder.java | 24 ++-
9 files changed, 339 insertions(+), 244 deletions(-)