Github user spmallette commented on a diff in the pull request:
https://github.com/apache/tinkerpop/pull/772#discussion_r160840507
--- Diff:
gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/computer/traversal/step/VertexComputing.java
---
@@ -53,7 +53,19 @@
* @param memory the {@link Memory} from the previous OLAP job if it
exists, else its an empty memory structure.
* @return the generated vertex program instance.
*/
- public VertexProgram generateProgram(final Graph graph, final Memory
memory);
+ @Deprecated
--- End diff --
As noted above, the javadoc needs some entries given the deprecation.
---