mirror of https://github.com/zlatinb/muwire
typo
parent
3a96fa9606
commit
e0a843350f
|
@ -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()
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue