Skip to content

Commit

Permalink
CB-4424 add function isEnvironmentVariablesAccessible into DBPApplica…
Browse files Browse the repository at this point in the history
…tion (#2258)
  • Loading branch information
alexander-skoblikov authored Dec 31, 2023
1 parent d6cd15c commit 7db7049
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -276,4 +276,8 @@ protected Gson getGson() {

protected abstract GsonBuilder getGsonBuilder();

@Override
public boolean isEnvironmentVariablesAccessible() {
return false;
}
}

0 comments on commit 7db7049

Please sign in to comment.