On Thu, 5 Nov 2020 16:07:30 GMT, Roger Riggs <[email protected]> wrote:
>> Naoto Sato has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Fixed typo/grammatical error.
>
> src/java.base/share/classes/java/time/format/DateTimeFormatterBuilder.java
> line 1479:
>
>> 1477: * for it in the formatter locale is from 21:00 to 06:00, then
>> {@code HOUR_OF_DAY}
>> 1478: * is set to '1' and {@code MINUTE_OF_HOUR} set to '30'. If {@code
>> AMPM_OF_DAY} exists
>> 1479: * and no {@code HOUR_OF_DAY} is resolved, the parsed day period
>> takes the precedence.
>
> "the precedence" -> "precedence"
Fixed.
-------------
PR: https://git.openjdk.java.net/jdk/pull/938