fixed doc bug.
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/20d22db8 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/20d22db8 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/20d22db8 Branch: refs/heads/tp32 Commit: 20d22db8bc06b1a935edab90bb6f4ac078e4c432 Parents: cf393e5 Author: Marko A. Rodriguez <[email protected]> Authored: Fri Sep 22 08:48:11 2017 -0600 Committer: Marko A. Rodriguez <[email protected]> Committed: Fri Sep 22 08:48:11 2017 -0600 ---------------------------------------------------------------------- docs/src/upgrade/release-3.2.x-incubating.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/20d22db8/docs/src/upgrade/release-3.2.x-incubating.asciidoc ---------------------------------------------------------------------- diff --git a/docs/src/upgrade/release-3.2.x-incubating.asciidoc b/docs/src/upgrade/release-3.2.x-incubating.asciidoc index 74a5d5e..f35e990 100644 --- a/docs/src/upgrade/release-3.2.x-incubating.asciidoc +++ b/docs/src/upgrade/release-3.2.x-incubating.asciidoc @@ -101,7 +101,7 @@ Upgrading for Providers ReferenceVertex Label ^^^^^^^^^^^^^^^^^^^^^ -`ReferenceVertex.label()` was hard coded to return `EMPTY_STRING`. At some point, `ReferenceElements` were support to +`ReferenceVertex.label()` was hard coded to return `EMPTY_STRING`. At some point, `ReferenceElements` were suppose to return labels and `ReferenceVertex` was never updated as such. Note that `ReferenceEdge` and `ReferenceVertexProperty` work as expected. However, given a general change at `ReferenceElement`, the Gryo serialization of `ReferenceXXX` is different. If the vertex does not have a label `Vertex.DEFAULT_LABEL` is assumed.
