You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2015/04/10 19:10:37 UTC

incubator-tinkerpop git commit: Forgot to remove todo from previous commit.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/TINKERPOP3-581 aa3d5387e -> a4c62be7a


Forgot to remove todo from previous commit.


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

Branch: refs/heads/TINKERPOP3-581
Commit: a4c62be7a51c6aee138f23514ce9c144fd87ba79
Parents: aa3d538
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Fri Apr 10 13:10:22 2015 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Fri Apr 10 13:10:22 2015 -0400

----------------------------------------------------------------------
 .../src/main/java/org/apache/tinkerpop/gremlin/structure/Graph.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/a4c62be7/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/structure/Graph.java
----------------------------------------------------------------------
diff --git a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/structure/Graph.java b/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/structure/Graph.java
index 7afdd5f..72ffc85 100644
--- a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/structure/Graph.java
+++ b/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/structure/Graph.java
@@ -732,7 +732,6 @@ public interface Graph extends AutoCloseable {
                 return true;
             }
 
-            // todo: need a test to enforce this condition
             /**
              * Determines if an {@link Element} any Java object is a suitable identifier.  Note that this
              * setting can only return true if {@link #supportsUserSuppliedIds()} is true.