This is an automated email from the ASF dual-hosted git repository.

colegreer pushed a change to branch PlaceholderStepFamilies
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


    from 0a6134f75e Consolidate interfaces from concrete steps to step 
contracts and make Placeholder steps extend from same base classes as concrete 
steps.
     add 4d219c03f0 updates from PR feedback

No new revisions were added by this update.

Summary of changes:
 .../traversal/step/filter/IsStepPlaceholder.java   |  1 -
 .../traversal/step/filter/RangeGlobalStep.java     | 24 ------------
 .../step/filter/RangeGlobalStepContract.java       | 28 ++++++++++++++
 .../step/filter/RangeGlobalStepPlaceholder.java    | 43 ++++++----------------
 .../step/filter/RangeLocalStepPlaceholder.java     | 18 +++++----
 .../traversal/step/filter/TailGlobalStep.java      | 34 -----------------
 .../step/filter/TailGlobalStepContract.java        | 32 ++++++++++++++++
 .../step/filter/TailGlobalStepPlaceholder.java     | 34 ++---------------
 .../step/filter/TailLocalStepPlaceholder.java      |  3 ++
 .../map/AbstractMergeElementStepPlaceholder.java   |  6 ---
 .../process/traversal/step/map/GraphStep.java      |  1 -
 .../traversal/step/sideEffect/AddPropertyStep.java |  2 -
 12 files changed, 90 insertions(+), 136 deletions(-)

Reply via email to