change from @before to init

This commit is contained in:
Hai Nguyen 2018-11-16 10:05:09 +08:00
parent f0f1eba7b9
commit e27d5f4f1f
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ const val ALPHANUMERIC_REGEX = "[a-zA-Z0-9]+"
class RandomStringTest {
val charPool = ArrayList<Char>()
private val charPool = ArrayList<Char>()
init {
charPool.addAll('a'..'z')