adopting Java 9/Kotlin 1.2

This commit is contained in:
minjaesong
2018-02-10 21:40:17 +09:00
parent 941d9fa107
commit 40423ede52
31 changed files with 326 additions and 69 deletions

View File

@@ -124,6 +124,8 @@ object BlockCodex {
}
catch (e: NumberFormatException) {
}
catch (e1: IllegalStateException) {
}
return ret
}
@@ -135,6 +137,8 @@ object BlockCodex {
}
catch (e: NumberFormatException) {
}
catch (e1: IllegalStateException) {
}
return ret
}