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/03/10 15:00:53 UTC

incubator-tinkerpop git commit: Remove some bad class references in javadoc.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/newapi 3f5bfac73 -> b4880b189


Remove some bad class references in javadoc.


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

Branch: refs/heads/newapi
Commit: b4880b1897d0827b765ed4687271e3992ebc189d
Parents: 3f5bfac
Author: Stephen Mallette <sp...@apache.org>
Authored: Tue Mar 10 10:00:33 2015 -0400
Committer: Stephen Mallette <sp...@apache.org>
Committed: Tue Mar 10 10:00:33 2015 -0400

----------------------------------------------------------------------
 .../java/org/apache/tinkerpop/gremlin/GraphProvider.java  | 10 ----------
 1 file changed, 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/b4880b18/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/GraphProvider.java
----------------------------------------------------------------------
diff --git a/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/GraphProvider.java b/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/GraphProvider.java
index d49977d..15e28c5 100644
--- a/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/GraphProvider.java
+++ b/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/GraphProvider.java
@@ -219,13 +219,10 @@ public interface GraphProvider {
      * method should return any implementations or extensions of the following interfaces or classes:
      * <ul>
      * <li>{@link Edge}</li>
-     * <li>{@link Edge.Iterators}</li>
      * <li>{@link Element}</li>
-     * <li>{@link Element.Iterators}</li>
      * <li>{@link DefaultGraphTraversal}</li>
      * <li>{@link Graph}</li>
      * <li>{@link Graph.Variables}</li>
-     * <li>{@link Graph.Iterators}</li>
      * <li>{@link GraphTraversal}</li>
      * <li>{@link org.apache.tinkerpop.gremlin.process.traverser.B_O_P_PA_S_SE_SL_Traverser}</li>
      * <li>{@link Property}</li>
@@ -233,26 +230,19 @@ public interface GraphProvider {
      * <li>{@link Traversal}</li>
      * <li>{@link Traverser}</li>
      * <li>{@link Vertex}</li>
-     * <li>{@link Vertex.Iterators}</li>
      * <li>{@link VertexProperty}</li>
-     * <li>{@link VertexProperty.Iterators}</li>
      * </ul>
      * <br/>
      * The test suite only enforces registration of the following core structure interfaces (i.e. these classes must
      * be registered or the tests will fail to execute):
      * <ul>
      * <li>{@link Edge}</li>
-     * <li>{@link Edge.Iterators}</li>
      * <li>{@link Element}</li>
-     * <li>{@link Element.Iterators}</li>
      * <li>{@link Graph}</li>
      * <li>{@link Graph.Variables}</li>
-     * <li>{@link Graph.Iterators}</li>
      * <li>{@link Property}</li>
      * <li>{@link Vertex}</li>
-     * <li>{@link Vertex.Iterators}</li>
      * <li>{@link VertexProperty}</li>
-     * <li>{@link VertexProperty.Iterators}</li>
      * </ul>
      * <br/>
      * The remaining interfaces and classes should be registered however as failure to do so, might cause failures