spmallette opened a new pull request, #3625: URL: https://github.com/apache/tinkerpop/pull/3625
The io() step section of the reference documentation had two small errors in its examples. The `IoRegistry` example referenced `TinkerIoRegistryV3d0`, a class that does not exist on this branch, in both its short-name (`TinkerIoRegistryV3d0.instance()`) and fully-qualified (`org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerIoRegistryV3d0`) forms. The class is named `TinkerIoRegistryV3`, so as written the example throws `ClassNotFoundException`. Both references are updated to `TinkerIoRegistryV3`. In the Gryo subsection, the comment above the `.kryo` read/write calls read `// a GraphSON reader/writer should be used`. That comment now correctly refers to a Gryo reader/writer. The identical comment in the GraphSON subsection is left unchanged, as it is correct there. No functional code changes; documentation only. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
