[
https://issues.apache.org/jira/browse/TINKERPOP-2580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stephen Mallette updated TINKERPOP-2580:
----------------------------------------
Component/s: documentation
> Update the custom DSL documentation
> -----------------------------------
>
> Key: TINKERPOP-2580
> URL: https://issues.apache.org/jira/browse/TINKERPOP-2580
> Project: TinkerPop
> Issue Type: Improvement
> Components: documentation
> Affects Versions: 3.4.11
> Reporter: Luz
> Priority: Major
>
> The
> [Custom-DSL|https://tinkerpop.apache.org/docs/current/reference/#gremlin-java-dsl]
> documentation is outdated.
> The example given does not compile:
> {code:java}
> error: incompatible types: RemoteConnection cannot be converted to Graph
> {code}
> You have to add an additional constructor (due to TINKERPOP-2276).
> {code:java}
> public SocialTraversalSourceDsl(RemoteConnection connection) {
> super(connection);
> }
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)