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 2020/04/15 14:01:31 UTC

[tinkerpop] branch master updated (411dcf0 -> 2a9314e)

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 411dcf0  Merge branch '3.4-dev'
     new 7e62b47  Fix javadoc CTR
     new b9503c2  Merge branch '3.3-dev' into 3.4-dev
     new 2a9314e  Merge branch '3.4-dev'

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:
 .../process/traversal/strategy/decoration/PartitionStrategy.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[tinkerpop] 03/03: Merge branch '3.4-dev'

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 2a9314ec18b7d7d374a5a8b8d954986e5341fefb
Merge: 411dcf0 b9503c2
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Wed Apr 15 10:01:14 2020 -0400

    Merge branch '3.4-dev'

 .../process/traversal/strategy/decoration/PartitionStrategy.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[tinkerpop] 01/03: Fix javadoc CTR

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 7e62b47cbb9d83a59e22a7050b89b4fbcec7529d
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Wed Apr 15 10:00:53 2020 -0400

    Fix javadoc CTR
---
 .../process/traversal/strategy/decoration/PartitionStrategy.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/PartitionStrategy.java b/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/PartitionStrategy.java
index 20581a7..f5b2825 100644
--- a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/PartitionStrategy.java
+++ b/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/PartitionStrategy.java
@@ -72,7 +72,7 @@ import java.util.stream.Collectors;
 /**
  * {@code PartitionStrategy} partitions the vertices, edges and vertex properties of a graph into String named
  * partitions (i.e. buckets, subgraphs, etc.).  It blinds a {@link Traversal} from "seeing" specified areas of
- * the graph given the partition names assigned to {@link Builder#addReadPartition(String)}.  The traversal will
+ * the graph given the partition names assigned to {@link Builder#readPartitions(String...)}.  The traversal will
  * ignore all graph elements not in those "read" partitions.
  *
  * @author Stephen Mallette (http://stephen.genoprime.com)


[tinkerpop] 02/03: Merge branch '3.3-dev' into 3.4-dev

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 b9503c23aa089496e3818bf456eb973f034508ae
Merge: f3d58c3 7e62b47
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Wed Apr 15 10:01:07 2020 -0400

    Merge branch '3.3-dev' into 3.4-dev

 .../process/traversal/strategy/decoration/PartitionStrategy.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)