openvidu-server: addError in OpenViduConfig change to protected method

pull/494/head
cruizba 2020-06-03 13:22:38 +02:00
parent 699962969e
commit c150b87a2a
1 changed files with 1 additions and 1 deletions

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; String value = null;