Marko A. Rodriguez created TINKERPOP3-614:
---------------------------------------------
Summary: There are various bugs in the Java8 code of the I/O
section.
Key: TINKERPOP3-614
URL: https://issues.apache.org/jira/browse/TINKERPOP3-614
Project: TinkerPop 3
Issue Type: Bug
Components: documentation
Affects Versions: 3.0.0.GA
Reporter: Marko A. Rodriguez
Assignee: stephen mallette
{code}
graph.io().graphSONWriter().mapper(mapper).create().writeVertex(f,
g.V(1).next(), BOTH) // where is g defined?
{code}
{code}
graph.io().graphSONWriter().mapper(mapper).create().writeGraph(os, g) // g
should be graph.
{code}
... sucks we can't use [~dkuppitz] preprocessor on Java code.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)