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

Commit

Permalink
NPE fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcasters committed Nov 11, 2018
1 parent 9d63b9c commit 856f865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/kettle/util/EnvironmentUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public static void enableEnvironment( Environment environment, DelegatingMetaSto
metaStore = MetaStoreConst.openLocalPentahoMetaStore();
delegatingMetaStore.getMetaStoreList().set( index, metaStore );
delegatingMetaStore.setActiveMetaStoreName( metaStore.getName() );
vi }
}
}
}
}

0 comments on commit 856f865

Please sign in to comment.