Closed guizmaii closed 1 year ago
In Scala 2.12, the javaBigDecimal2bigDecimal is not checking for null before the call apply while in Scala 2.13+, if does check, see:
javaBigDecimal2bigDecimal
apply
In Scala 2.12, the
javaBigDecimal2bigDecimal
is not checking for null before the callapply
while in Scala 2.13+, if does check, see: