[ 
https://issues.apache.org/jira/browse/TINKERPOP-1861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16329154#comment-16329154
 ] 

ASF GitHub Bot commented on TINKERPOP-1861:
-------------------------------------------

Github user PBGraff commented on a diff in the pull request:

    https://github.com/apache/tinkerpop/pull/772#discussion_r162138049
  
    --- Diff: 
gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/computer/VertexProgram.java
 ---
    @@ -219,13 +234,28 @@ public default void workerIterationEnd(final Memory 
memory) {
          * @param <V>           The vertex program type
          * @return the newly constructed vertex program
          */
    +    @Deprecated
    --- End diff --
    
    Done in new commit. Will push with other changes.


> VertexProgram create with varargs for Graphs
> --------------------------------------------
>
>                 Key: TINKERPOP-1861
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1861
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: process
>    Affects Versions: 3.2.7
>            Reporter: Philip Graff
>            Priority: Minor
>
> VertexProgram.Builder.create(Graph) can be modified to 
> VertexProgram.Builder.create(Graph...) so that passing in zero or many graphs 
> is naturally handled. The current state of passing in null when no graph is 
> needed is bad practice.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to