Small fixes

This commit is contained in:
tom5079
2019-05-16 19:40:44 +09:00
parent d090a59800
commit 234f9b069a
6 changed files with 8 additions and 11 deletions

View File

@@ -23,10 +23,6 @@ class Histories(private val file: File) : ArrayList<Int>() {
companion object {
lateinit var default: Histories
fun load(file: File) : Histories {
return Histories(file).load()
}
}
@UseExperimental(ImplicitReflectionSerializer::class)