GitHub user PBGraff opened a pull request: https://github.com/apache/tinkerpop/pull/768
WIP: Modify VertexProgram.Builder.create() to take Graph as varargs VertexProgram.Builder.create() now takes varargs Graph instead of just Graph. This change has been propagated through all methods affected. WIP since build fails due to API changes. Javadocs might need additional small modifications. You can merge this pull request into a Git repository by running: $ git pull https://github.com/PBGraff/tinkerpop TINKERPOP-1861 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/tinkerpop/pull/768.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 #768 ---- commit 3e102646788bbe0dfa83e79700c8591ea6cb8d45 Author: Graff, Philip B <philip.graff@...> Date: 2018-01-03T20:36:22Z VertexProgram.Builder.create() now takes varargs Graph instead of just Graph. This change has been propagated through all methods affected. ---- ---