commit | 7e62b47cbb9d83a59e22a7050b89b4fbcec7529d | [log] [tgz] |
---|---|---|
author | Stephen Mallette <spmva@genoprime.com> | Wed Apr 15 10:00:53 2020 -0400 |
committer | Stephen Mallette <spmva@genoprime.com> | Wed Apr 15 10:00:53 2020 -0400 |
tree | eccaedc335f0bbe3e80630de742aacbbcade5dda | |
parent | b8c750e779f8239bfff11b781b22759763bbc905 [diff] |
Fix javadoc CTR
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 @@ /** * {@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)