GitHub user leifurhauks opened a pull request:
https://github.com/apache/incubator-tinkerpop/pull/208
TinkerFactory.createClassic -> createModern
fixed reference to TinkerFactory.createClassic that should refer instead to
TinkerFactory.createModern, which creates the version of TinkerGraph with
vertex labels.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/leifurhauks/incubator-tinkerpop patch-1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-tinkerpop/pull/208.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #208
----
commit 13dbfe94d2cf290496be5555faaa1519401614cd
Author: Leifur Halldor Asgeirsson <[email protected]>
Date: 2016-02-02T20:04:45Z
TinkerFactory.createClassic -> createModern
fixed reference to TinkerFactory.createClassic that should refer instead to
TinkerFactory.createModern, which creates the version of TinkerGraph with
vertex labels.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---