mirror of https://github.com/OpenVidu/openvidu.git
openvidu-server: better OpenviduConfig post construct method name
parent
45dc06fb59
commit
62f50b8796
|
@ -475,7 +475,7 @@ public class OpenviduConfig {
|
|||
}
|
||||
|
||||
@PostConstruct
|
||||
public void checkConfiguration() {
|
||||
public void postConstruct() {
|
||||
this.checkConfiguration(true);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue