RFR: 8247781: Day periods support [v7]
Naoto Sato
naoto at openjdk.java.net
Thu Nov 5 17:12:14 UTC 2020
On Thu, 5 Nov 2020 16:07:30 GMT, Roger Riggs <rriggs at openjdk.org> 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
More information about the core-libs-dev
mailing list