openvidu-server: better OpenviduConfig post construct method name

pull/609/head
pabloFuente 2021-02-11 14:05:59 +01:00
parent 45dc06fb59
commit 62f50b8796
1 changed files with 1 additions and 1 deletions

View File

@ -475,7 +475,7 @@ public class OpenviduConfig {
}
@PostConstruct
public void checkConfiguration() {
public void postConstruct() {
this.checkConfiguration(true);
}