On Wed, 5 Oct 2022 20:57:12 GMT, Lance Andersen <[email protected]> wrote:
>> Justin Lu has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Update doc code
>
> src/java.base/share/classes/java/text/DigitList.java line 198:
>
>> 196:
>> 197: /**
>> 198: * Utility routine to get the value of the digit list.
>
> new BigDecimal("") will also throw a NumberFormatException so I would add a
> similar comment for count as done above for getLong/Double()
Thanks Lance, will make that change
-------------
PR: https://git.openjdk.org/jdk/pull/10567