Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:mattcasters/pentaho-pdi-dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcasters committed Mar 29, 2019
2 parents 6094fab + 8450d06 commit 16174ca
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,10 @@ public static DataSetHelper getInstance() {
if ( instance == null ) {
instance = new DataSetHelper();
Spoon spoon = ( (Spoon) SpoonFactory.getInstance() );
spoon.addSpoonMenuController( instance );

if (spoon != null) {
spoon.addSpoonMenuController(instance);
}
}
return instance;
}
Expand Down

0 comments on commit 16174ca

Please sign in to comment.