mirror of https://github.com/OpenVidu/openvidu.git
openvidu-server: OpenviduConfig#getValue from private to protected
parent
b6c1e40e28
commit
811409d250
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue