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:17 UTC

[1/2] tinkerpop git commit: Remove bad link in javadoc CTR

Repository: tinkerpop
Updated Branches:
  refs/heads/master 91f6245fd -> 609840589


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/master
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;
 


[2/2] tinkerpop git commit: Merge branch 'tp32'

Posted by sp...@apache.org.
Merge branch 'tp32'


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

Branch: refs/heads/master
Commit: 609840589df85097ec077f271d297b87816336b8
Parents: 91f6245 395cdef
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Tue Feb 13 10:56:08 2018 -0500
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Tue Feb 13 10:56:08 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/60984058/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/LoadGraphWith.java
----------------------------------------------------------------------