mirror of https://github.com/OpenVidu/openvidu.git
openvidu-server: addError in OpenViduConfig change to protected method
parent
699962969e
commit
c150b87a2a
|
@ -422,7 +422,7 @@ public class OpenviduConfig {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private void addError(String property, String msg) {
|
protected void addError(String property, String msg) {
|
||||||
|
|
||||||
String value = null;
|
String value = null;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue