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 2017/01/19 21:06:46 UTC

[25/50] [abbrv] tinkerpop git commit: revert to master/ representation of GroupStep. TINKERPOP-1590 has the clone safe model.

revert to master/ representation of GroupStep. TINKERPOP-1590 has the clone safe model.


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

Branch: refs/heads/TINKERPOP-1564
Commit: 162829142e7ecc59eb8ce44becf65d02f8a971d2
Parents: a5ad4f7
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Wed Jan 4 06:00:27 2017 -0700
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Thu Jan 19 13:01:41 2017 -0700

----------------------------------------------------------------------
 .../tinkerpop/gremlin/process/traversal/step/map/GroupStep.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/16282914/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/map/GroupStep.java
----------------------------------------------------------------------
diff --git a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/map/GroupStep.java b/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/map/GroupStep.java
index 07ca4ae..5a34354 100644
--- a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/map/GroupStep.java
+++ b/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/map/GroupStep.java
@@ -193,4 +193,4 @@ public final class GroupStep<S, K, V> extends ReducingBarrierStep<S, Map<K, V>>
         });
         return (Map<K, V>) map;
     }
-}
\ No newline at end of file
+}