Closed chrimaeon closed 5 years ago
Currently the CharacterTokenizer constructor is package-private making it not instantiatable by a custom view with different splitChar and tokenTerminator fields.
CharacterTokenizer
splitChar
tokenTerminator
Whoops, that's a mistake. I'll fix it in the next version update.
👍 Thank you!
Fixed in 3.0.0!
Currently the
CharacterTokenizer
constructor is package-private making it not instantiatable by a custom view with differentsplitChar
andtokenTerminator
fields.