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 2018/02/13 15:56:24 UTC

tinkerpop git commit: Remove bad link in javadoc CTR

Repository: tinkerpop
Updated Branches:
  refs/heads/tp32 8e0470ae8 -> 395cdef87


Remove bad link in javadoc CTR


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

Branch: refs/heads/tp32
Commit: 395cdef87c5912dd75750e1881a61fca0f3f8edc
Parents: 8e0470a
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Tue Feb 13 10:55:51 2018 -0500
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Tue Feb 13 10:55:51 2018 -0500

----------------------------------------------------------------------
 .../src/main/java/org/apache/tinkerpop/gremlin/LoadGraphWith.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/395cdef8/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/LoadGraphWith.java
----------------------------------------------------------------------
diff --git a/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/LoadGraphWith.java b/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/LoadGraphWith.java
index 9fc2056..5c6e371 100644
--- a/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/LoadGraphWith.java
+++ b/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/LoadGraphWith.java
@@ -81,7 +81,7 @@ public @interface LoadGraphWith {
 
         /**
          * Loads a test graph which contains disconnected subgraphs specialized for testing purposes (e.g. a subgraph
-         * with a self-loop). This graph is created with the {@link TestHelper#loadSinkGraph(Graph)} method.
+         * with a self-loop).
          */
         SINK;