mirror of https://github.com/zlatinb/muwire
typo
parent
3a96fa9606
commit
e0a843350f
|
@ -107,7 +107,7 @@ class Ready extends AbstractLifecycleHandler {
|
||||||
|
|
||||||
Core core
|
Core core
|
||||||
try {
|
try {
|
||||||
core = new Core(props, home, metadata["application.coreVversion"])
|
core = new Core(props, home, metadata["application.coreVersion"])
|
||||||
Runtime.getRuntime().addShutdownHook({
|
Runtime.getRuntime().addShutdownHook({
|
||||||
core.shutdown()
|
core.shutdown()
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue