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/07 13:25:08 UTC

[26/50] [abbrv] incubator-tinkerpop git commit: fixed bad JavaDoc in TinkerGraph.

fixed bad JavaDoc in TinkerGraph.


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

Branch: refs/heads/variables
Commit: c63c10a02fe5adb3b76741d86cc5958e5b2cc11f
Parents: 565958f
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Mon Apr 6 08:01:31 2015 -0600
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Mon Apr 6 08:01:40 2015 -0600

----------------------------------------------------------------------
 .../tinkerpop/gremlin/tinkergraph/structure/TinkerGraph.java     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/c63c10a0/tinkergraph-gremlin/src/main/java/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerGraph.java
----------------------------------------------------------------------
diff --git a/tinkergraph-gremlin/src/main/java/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerGraph.java b/tinkergraph-gremlin/src/main/java/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerGraph.java
index 8c65ede..77f588f 100644
--- a/tinkergraph-gremlin/src/main/java/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerGraph.java
+++ b/tinkergraph-gremlin/src/main/java/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerGraph.java
@@ -81,7 +81,7 @@ public class TinkerGraph implements Graph {
     private final static TinkerGraph EMPTY_GRAPH = new TinkerGraph();
 
     /**
-     * An empty private constructor that initializes {@link TinkerGraph} with no {@link org.apache.tinkerpop.gremlin.structure.strategy.GraphStrategy}.
+     * An empty private constructor that initializes {@link TinkerGraph}.
      */
     private TinkerGraph() {
     }
@@ -107,7 +107,7 @@ public class TinkerGraph implements Graph {
      * <p/>
      * <b>Reference Implementation Help:</b> This method is the one use by the
      * {@link org.apache.tinkerpop.gremlin.structure.util.GraphFactory} to instantiate
-     * {@link org.apache.tinkerpop.gremlin.structure.Graph} instances.  This method must be overridden for the Blueprint Test
+     * {@link org.apache.tinkerpop.gremlin.structure.Graph} instances.  This method must be overridden for the Structure Test
      * Suite to pass. Implementers have latitude in terms of how exceptions are handled within this method.  Such
      * exceptions will be considered implementation specific by the test suite as all test generate graph instances
      * by way of {@link org.apache.tinkerpop.gremlin.structure.util.GraphFactory}. As such, the exceptions get generalized