Forgot one open
This commit is contained in:
parent
ac71e09596
commit
eba94e2c1b
|
@ -42,7 +42,7 @@ open class FinTsUtils {
|
|||
}
|
||||
|
||||
|
||||
protected fun convertToInt(string: String): Int {
|
||||
protected open fun convertToInt(string: String): Int {
|
||||
return string.toInt()
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue