[
https://issues.apache.org/jira/browse/TINKERPOP-2580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Luz updated TINKERPOP-2580:
---------------------------
Description:
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}
was:The
[Custom-DSL|https://tinkerpop.apache.org/docs/current/reference/#gremlin-java-dsl]
documentation is outdated
Issue Type: Improvement (was: Bug)
Summary: Update the custom DSL documentation (was: Update eh)
> Update the custom DSL documentation
> -----------------------------------
>
> Key: TINKERPOP-2580
> URL: https://issues.apache.org/jira/browse/TINKERPOP-2580
> Project: TinkerPop
> Issue Type: Improvement
> 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)