Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
3.11
Description
two examples in javadoc of StringUtils.isNumericSpace incorrectly refer to isNumeric
* StringUtils.isNumeric("\u0967\u0968\u0969") = true* StringUtils.isNumeric("\u0967\u0968 \u0969") = true
and same for BooleanUtils.toBoolean