openvidu-server: addError in OpenViduConfig change to protected method
This commit is contained in:
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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user