You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2021/06/16 17:17:17 UTC

[incubator-hop] branch master updated: HOP-2962: remove shell variable to avoid NPE in macos

This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hop.git


The following commit(s) were added to refs/heads/master by this push:
     new 2ab8c90  HOP-2962: remove shell variable to avoid NPE in macos
     new 33cf050  Merge pull request #877 from hansva/master
2ab8c90 is described below

commit 2ab8c900b292ee5defeb6f6d8100772909dbafd4
Author: Hans Van Akelyen <ha...@gmail.com>
AuthorDate: Wed Jun 16 18:45:33 2021 +0200

    HOP-2962: remove shell variable to avoid NPE in macos
---
 .../java/org/apache/hop/parquet/transforms/input/ParquetInputDialog.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/plugins/tech/parquet/src/main/java/org/apache/hop/parquet/transforms/input/ParquetInputDialog.java b/plugins/tech/parquet/src/main/java/org/apache/hop/parquet/transforms/input/ParquetInputDialog.java
index b91fdd9..94eecdd 100644
--- a/plugins/tech/parquet/src/main/java/org/apache/hop/parquet/transforms/input/ParquetInputDialog.java
+++ b/plugins/tech/parquet/src/main/java/org/apache/hop/parquet/transforms/input/ParquetInputDialog.java
@@ -65,7 +65,6 @@ public class ParquetInputDialog extends BaseTransformDialog implements ITransfor
 
   protected ParquetInputMeta input;
 
-  private Shell shell;
   private Combo wFilenameField;
   private TableView wFields;