[ 
https://issues.apache.org/jira/browse/TINKERPOP-2580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stephen Mallette closed TINKERPOP-2580.
---------------------------------------
    Fix Version/s: 3.6.0
                   3.5.1
                   3.4.12
         Assignee: Stephen Mallette
       Resolution: Fixed

Thanks for reporting this - fixed via CTR: 
https://github.com/apache/tinkerpop/commit/825e929cc1b64fa4249fc4f38f356f77b21d2678

> Update the custom DSL documentation
> -----------------------------------
>
>                 Key: TINKERPOP-2580
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2580
>             Project: TinkerPop
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 3.4.11
>            Reporter: Luz
>            Assignee: Stephen Mallette
>            Priority: Major
>             Fix For: 3.4.12, 3.5.1, 3.6.0
>
>
> 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)

Reply via email to