Skip to content

Commit

Permalink
added new getter
Browse files Browse the repository at this point in the history
  • Loading branch information
Maria Farooq committed Apr 26, 2018
1 parent 751dd9e commit b58377d
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -263,4 +263,8 @@ public void setDaoManager(DaoManager daoManager) {
public JsonObject getCurrentConf() {
return configurationJsonObj;
}

public boolean isWorkingWithLocalConf() {
return workingWithLocalConf;
}
}

0 comments on commit b58377d

Please sign in to comment.