You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by GitBox <gi...@apache.org> on 2021/10/27 08:53:57 UTC

[GitHub] [incubator-hop] hansva commented on a change in pull request #1175: HOP-3444

hansva commented on a change in pull request #1175:
URL: https://github.com/apache/incubator-hop/pull/1175#discussion_r737243907



##########
File path: plugins/transforms/pipelineexecutor/src/main/java/org/apache/hop/pipeline/transforms/pipelineexecutor/PipelineExecutor.java
##########
@@ -474,45 +484,62 @@ public boolean init() {
 
     PipelineExecutorData pipelineExecutorData = getData();
     if (super.init()) {
+      boolean rc = true;

Review comment:
       can we get a meaningful name for this variable




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@hop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org