You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by ok...@apache.org on 2015/02/17 15:40:54 UTC

[3/3] incubator-tinkerpop git commit: Merge branch 'local' of https://github.com/dkuppitz/incubator-tinkerpop

Merge branch 'local' of https://github.com/dkuppitz/incubator-tinkerpop


Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/8df662dc
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/8df662dc
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/8df662dc

Branch: refs/heads/master
Commit: 8df662dc75f22ccef6311311ac41071a50d4e267
Parents: b7c5a5e cda9ce9
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Tue Feb 17 07:40:50 2015 -0700
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Tue Feb 17 07:40:50 2015 -0700

----------------------------------------------------------------------
 .../process/graph/traversal/GraphTraversal.java |  2 +-
 .../traversal/step/map/CountLocalStep.java      | 19 +++++--
 .../traversal/step/map/DedupLocalStep.java      | 22 +++++---
 .../graph/traversal/step/map/MaxLocalStep.java  | 30 +++++++++--
 .../graph/traversal/step/map/MeanLocalStep.java | 28 ++++++++--
 .../graph/traversal/step/map/MinLocalStep.java  | 30 +++++++++--
 .../traversal/step/map/RangeLocalStep.java      |  2 +-
 .../graph/traversal/step/map/SumLocalStep.java  | 28 ++++++++--
 .../traversal/step/util/LocalBarrierStep.java   | 54 --------------------
 .../tinkergraph/structure/TinkerGraphTest.java  |  4 ++
 10 files changed, 136 insertions(+), 83 deletions(-)
----------------------------------------------------------------------