openvidu-server: OpenviduConfig#getValue from private to protected

pull/609/head
pabloFuente 2021-02-25 14:42:16 +01:00
parent b6c1e40e28
commit 811409d250
1 changed files with 1 additions and 1 deletions

View File

@ -427,7 +427,7 @@ public class OpenviduConfig {
return this.getValue(property, true);
}
private String getValue(String property, boolean storeInConfigProps) {
protected String getValue(String property, boolean storeInConfigProps) {
String value = null;
if (propertiesSource != null) {
Object valueObj = propertiesSource.get(property);