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

Lop should be created as a "software" and not a "person"

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • 3.3.0
    • 3.3.1
    • documentation
    • None

    Description

      In the section "The Next Fifteen Minutes", specifically in the sub-section "Creating a Graph", at two places, you've the command:

      v2 = g.addV("person").property(id, 3).property("name", "lop").property("lang", "java").next()
      

      but it should be

      v2 = g.addV("software").property(id, 3).property("name", "lop").property("lang", "java").next()
      

      Due to this typo, it could be difficult to understand why later you're speaking about "Walk along the "created" edges to "software" vertices" as we never created a software.

      Attachments

        Activity

          People

            rdale Robert Dale
            Seddryck Cédric L. Charlier
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: