renamed Path.getSubPath() to Path.subPath() as its in the fluent style of 
operations on Path.


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

Branch: refs/heads/TINKERPOP-1625
Commit: a9c2f65e0557dfd5f486b2ba683c571bb60f5fe6
Parents: 718a29b
Author: Marko A. Rodriguez <okramma...@gmail.com>
Authored: Thu Mar 16 10:07:50 2017 -0600
Committer: Marko A. Rodriguez <okramma...@gmail.com>
Committed: Thu Mar 16 10:07:50 2017 -0600

----------------------------------------------------------------------
 CHANGELOG.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/a9c2f65e/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 4aaa25b..ab73263 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -30,7 +30,7 @@ TinkerPop 3.2.5 (Release Date: NOT OFFICIALLY RELEASED YET)
 * Added `simplePath().from().to().by()` support to `GraphTraversal`.
 * Added `path().from().to()` support to `GraphTraversal` so sub-paths can be 
isolated from the current path.
 * Added `FromToModulating` interface for use with `to()`- and `from()`-based 
step modulators.
-* Added `Path.getSubPath()` which supports isolating a sub-path from `Path` 
via to/from-labels.
+* Added `Path.subPath()` which supports isolating a sub-path from `Path` via 
to/from-labels.
 * Fixed an `NullPointerException` in `GraphMLReader` that occurred when an 
`<edge>` didn't have an ID field and the base graph supported ID assignment.
 * Split `ComputerVerificationStrategy` into two strategies: 
`ComputerVerificationStrategy` and `ComputerFinalizationStrategy`.
 * Removed `HasTest.g_V_hasId_compilationEquality` from process test suite as 
it makes too many assumptions about provider compilation.

Reply via email to