This is an automated email from the ASF dual-hosted git repository.
xiazcy pushed a change to branch GValue-3.8
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
from a96ecdc707 upgrade docs
add 77b4085911 added removeElementId() method to AddElementStepInterface
for use in ElementIdStrategy
No new revisions were added by this update.
Summary of changes:
.../map/AbstractAddElementStepPlaceholder.java | 5 +
.../traversal/step/map/AddEdgeStartStep.java | 12 ++-
.../step/map/AddEdgeStartStepPlaceholder.java | 2 +-
.../process/traversal/step/map/AddEdgeStep.java | 12 ++-
.../traversal/step/map/AddVertexStartStep.java | 12 ++-
.../process/traversal/step/map/AddVertexStep.java | 7 ++
.../step/stepContract/AddElementStepInterface.java | 2 +
.../strategy/decoration/ElementIdStrategy.java | 3 +-
.../traversal/step/map/AddEdgeStepTest.java | 47 +++++++++
.../traversal/step/map/AddVertexStepTest.java | 108 +++++++++++++++++++++
10 files changed, 198 insertions(+), 12 deletions(-)