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/06 18:19:40 UTC

[2/3] incubator-tinkerpop git commit: Revert "Tiny tweak, just to test Git commit rights"

Revert "Tiny tweak, just to test Git commit rights"

This reverts commit a0a13354da6bcdadedb7f417a9ba29a80c13a22c.


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

Branch: refs/heads/master
Commit: e2cb954dff9251148019ee6b2bebf0c50824856e
Parents: a0a1335
Author: Joshua Shinavier <jo...@fortytwo.net>
Authored: Fri Feb 6 12:03:12 2015 -0500
Committer: Joshua Shinavier <jo...@fortytwo.net>
Committed: Fri Feb 6 12:03:12 2015 -0500

----------------------------------------------------------------------
 .../process/graph/traversal/step/map/match/MatchStep.java        | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/e2cb954d/gremlin-core/src/main/java/com/tinkerpop/gremlin/process/graph/traversal/step/map/match/MatchStep.java
----------------------------------------------------------------------
diff --git a/gremlin-core/src/main/java/com/tinkerpop/gremlin/process/graph/traversal/step/map/match/MatchStep.java b/gremlin-core/src/main/java/com/tinkerpop/gremlin/process/graph/traversal/step/map/match/MatchStep.java
index 475c463..6aa7436 100644
--- a/gremlin-core/src/main/java/com/tinkerpop/gremlin/process/graph/traversal/step/map/match/MatchStep.java
+++ b/gremlin-core/src/main/java/com/tinkerpop/gremlin/process/graph/traversal/step/map/match/MatchStep.java
@@ -309,9 +309,7 @@ public final class MatchStep<S, E> extends AbstractStep<S, Map<String, E>> imple
         }
     }
 
-    /**
-     * Applies a visitor, skipping anonymous variables
-     */
+    // applies a visitor, skipping anonymous variables
     static <T> void visit(final String name,
                           final T value,
                           final BiConsumer<String, T> visitor) {