auto-update
Zlatin Balevsky 2022-02-21 06:50:17 +00:00
parent 3a96fa9606
commit e0a843350f
No known key found for this signature in database
GPG Key ID: A72832072D525E41
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ class Ready extends AbstractLifecycleHandler {
Core core
try {
core = new Core(props, home, metadata["application.coreVversion"])
core = new Core(props, home, metadata["application.coreVersion"])
Runtime.getRuntime().addShutdownHook({
core.shutdown()
})