GitHub user dalaro opened a pull request: https://github.com/apache/incubator-tinkerpop/pull/163
TINKERPOP3-1012 generalize BLVP vertex id types Change the type of two vertex ID variable declarations from Long to Object. As mentioned in the JIRA, his should be reviewed. I'm not sure this is the right change. You can merge this pull request into a Git repository by running: $ git pull https://github.com/dalaro/incubator-tinkerpop TINKERPOP3-1012 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-tinkerpop/pull/163.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 #163 ---- commit e2fb9b4c24a02289f629d4dd69d01a9a40ab4233 Author: Dan LaRocque <dal...@hopcount.org> Date: 2015-12-01T13:29:22Z TINKERPOP3-1012 generalize BLVP vertex id types Change the type of two vertex ID variable declarations from Long to Object. Supports graphs that don't use Long vertex IDs or user-supplied IDs. ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---