forked from penguin86/luna-tracker
make some val constant
This commit is contained in:
@@ -2,7 +2,7 @@ package it.danieleverducci.lunatracker.entities
|
||||
|
||||
class Logbook(val name: String) {
|
||||
companion object {
|
||||
val MAX_SAFE_LOGBOOK_SIZE = 30000
|
||||
const val MAX_SAFE_LOGBOOK_SIZE = 30000
|
||||
}
|
||||
val logs = ArrayList<LunaEvent>()
|
||||
|
||||
|
Reference in New Issue
Block a user