Skip to content

Commit

Permalink
Merge pull request #5817 from srallapa/BISERVER-15176-variables-crossing
Browse files Browse the repository at this point in the history
[BISERVER-15176] removing method to have it in server instead of reading from kettle.props file
  • Loading branch information
ddiroma authored Dec 17, 2024
2 parents ca58319 + 6081808 commit 9ac8611
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,4 @@ public interface IPdiContentProvider {
* @return list of variables' name
*/
Map<String, String> getVariables( String kettleFilePath );

/**
* Pentaho Hide internal variable is to show/hide internal variables.
*/
String getHideInternalVariable();
}

0 comments on commit 9ac8611

Please sign in to comment.