Github user PBGraff commented on a diff in the pull request:
https://github.com/apache/tinkerpop/pull/772#discussion_r161387762
--- Diff:
gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/computer/VertexProgram.java
---
@@ -68,7 +68,20 @@ public default void storeState(final Configuration
configuration) {
* @param graph the graph that the VertexProgram will run
against
* @param configuration the configuration to load the state of the
VertexProgram from.
*/
+ @Deprecated
--- End diff --
Thanks, done.
---