Skip to content

Commit b58377d

Browse files
author
Maria Farooq
committed
added new getter
1 parent 751dd9e commit b58377d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

restcomm/restcomm.extension.controller/src/main/java/org/restcomm/connect/extension/configuration/DefaultExtensionConfiguration.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,4 +263,8 @@ public void setDaoManager(DaoManager daoManager) {
263263
public JsonObject getCurrentConf() {
264264
return configurationJsonObj;
265265
}
266+
267+
public boolean isWorkingWithLocalConf() {
268+
return workingWithLocalConf;
269+
}
266270
}

0 commit comments

Comments
 (0)