On Fri, 4 Mar 2022 19:02:29 GMT, Naoto Sato <[email protected]> wrote:
>> Jim Laskey has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Too many 'the'
>
> src/java.base/share/classes/java/util/Formatter.java line 2026:
>
>> 2024: // Caching zero.
>> 2025: static char getZero(Locale locale) {
>> 2026: return locale == null ? '0' :
>> getDecimalFormatSymbols(locale).getZeroDigit();
>
> While we are at it, it would be beneficial to cache locale-dependent grouping
> and decimal separators too.
Noted
-------------
PR: https://git.openjdk.java.net/jdk/pull/7703