openvidu-server: addError in OpenViduConfig change to protected method

This commit is contained in:
cruizba 2020-06-03 13:22:38 +02:00
parent 699962969e
commit c150b87a2a

View File

@ -422,7 +422,7 @@ public class OpenviduConfig {
}
}
private void addError(String property, String msg) {
protected void addError(String property, String msg) {
String value = null;