On Fri, 4 Mar 2022 20:04:42 GMT, Roger Riggs <[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 2025:
>
>> 2023:
>> 2024: // Caching zero.
>> 2025: static char getZero(Locale locale) {
>
> Perhaps should be private.
> The comment says caching zero, but its really the DecimalFormatSymbols that
> are cached.
Noted.
-------------
PR: https://git.openjdk.java.net/jdk/pull/7703