joutvhu / fixed-width-parser

Fixed Width Parser: parse fixed width string to object and export object to fixed width string
MIT License
15 stars 3 forks source link

Fix error on org.apache.commons.lang3.math.NumberUtils.isCreatable me… #13

Closed joutvhu closed 4 years ago

joutvhu commented 4 years ago

…thod

NumberUtils.isCreatable("000000128") == false NumberUtils.isCreatable("000000129") == false