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 2019/10/25 13:30:16 UTC

[tinkerpop] branch master updated (45fa7bc -> 886a166)

This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.


    from 45fa7bc  Merge branch 'tp34'
     new 399e156  traversal: fix a typo
     new f33d70b  Merge branch 'tp33' into tp34
     new 886a166  Merge branch 'tp34'

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[tinkerpop] 01/03: traversal: fix a typo

Posted by sp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit 399e15604d945f058ef215e8be543f0799e5d235
Author: Cholerae Hu <ch...@gmail.com>
AuthorDate: Fri Oct 25 21:25:29 2019 +0800

    traversal: fix a typo
    
    Signed-off-by: Cholerae Hu <ch...@gmail.com>
---
 .../tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.java b/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.java
index c649ff4..59d82a8 100644
--- a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.java
+++ b/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.java
@@ -2476,7 +2476,7 @@ public interface GraphTraversal<S, E> extends Traversal<S, E> {
     ///////////////////// UTILITY STEPS /////////////////////
 
     /**
-     * A step modulator that provides a lable to the step that can be accessed later in the traversal by other steps.
+     * A step modulator that provides a label to the step that can be accessed later in the traversal by other steps.
      *
      * @param stepLabel  the name of the step
      * @param stepLabels additional names for the label


[tinkerpop] 03/03: Merge branch 'tp34'

Posted by sp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit 886a1668c5244b21f1ab93fc99a3f917ac9564b9
Merge: 45fa7bc f33d70b
Author: stephen <sp...@gmail.com>
AuthorDate: Fri Oct 25 09:30:00 2019 -0400

    Merge branch 'tp34'

 .../tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[tinkerpop] 02/03: Merge branch 'tp33' into tp34

Posted by sp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit f33d70bfe522c77675ebab700912bfdcb3b7c90c
Merge: 9556968 399e156
Author: stephen <sp...@gmail.com>
AuthorDate: Fri Oct 25 09:29:50 2019 -0400

    Merge branch 'tp33' into tp34

 .../tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)