update variable properties

This commit is contained in:
jiahua.liu 2020-04-05 22:39:55 +08:00
parent c2821a7702
commit 29b27c070b
2 changed files with 2 additions and 3 deletions

View File

@ -33,9 +33,9 @@ class MiraiGraphicalUIController : Controller(), MiraiConsoleUI {
val botList = observableListOf<BotModel>() val botList = observableListOf<BotModel>()
val pluginList: ObservableList<PluginModel> by lazy(::getPluginsFromConsole) val pluginList: ObservableList<PluginModel> by lazy(::getPluginsFromConsole)
val consoleInfo = ConsoleInfo() private val consoleInfo = ConsoleInfo()
val sdf by lazy { private val sdf by lazy {
SimpleDateFormat("HH:mm:ss") SimpleDateFormat("HH:mm:ss")
} }

View File

@ -111,7 +111,6 @@ internal object CoreUpdater {
} }
} }
*/ */
} }