Uploaded image for project: 'TinkerPop'
  1. TinkerPop
  2. TINKERPOP-2580

Update the custom DSL documentation

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.4.11
    • 3.4.12, 3.5.1, 3.6.0
    • documentation
    • 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

          Activity

            People

              spmallette Stephen Mallette
              luzifer42 Luz
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: