Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.4.11
-
None
Description
The Custom-DSL documentation is outdated.
The example given does not compile:
error: incompatible types: RemoteConnection cannot be converted to Graph
You have to add an additional constructor (due to TINKERPOP-2276).
public SocialTraversalSourceDsl(RemoteConnection connection) { super(connection); }
Attachments
Issue Links
- is caused by
-
TINKERPOP-2276 No constructor for remote connection in DSL generated traversal source
- Closed