Fixed extra characters in CHANGELOG CTR

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

Branch: refs/heads/TINKERPOP-1682
Commit: 3977783f9b66bde8728b04be215ff1460e9b0af9
Parents: 14ddffd
Author: Stephen Mallette <[email protected]>
Authored: Mon Jun 12 15:06:34 2017 -0400
Committer: Stephen Mallette <[email protected]>
Committed: Mon Jun 12 15:06:34 2017 -0400

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


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/3977783f/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 4d56b71..6164475 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -72,8 +72,7 @@ This release also includes changes from <<release-3-1-7, 
3.1.7>>.
 * 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.subPath()` which supports isolating a sub-path from `Path` via 
to/from-labels.
-* Fixed an `NullPoiBugs
-^^^^nterException` in `GraphMLReader` that occurred when an `<edge>` didn't 
have an ID field and the base graph supported ID assignment.
+* Fixed `NullPointerException` in `GraphMLReader` that occurred when an 
`<edge>` didn't have an ID field and the base graph supported ID assignment.
 * Added `ScopingStrategy` which will computer and provide all `Scoping` steps 
with the path labels of the global `Traversal`.
 * 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