<i18n dev> RFR: 8247781: Day periods support [v3]

Roger Riggs rriggs at openjdk.java.net
Thu Nov 5 16:11:55 UTC 2020


On Fri, 30 Oct 2020 22:03:08 GMT, Naoto Sato <naoto at openjdk.org> wrote:

>> Hi,
>> 
>> Please review the changes for the subject issue. This is to enhance the java.time package to support day periods, such as "in the morning", defined in CLDR. It will add a new pattern character 'B' and its supporting builder method. The motivation and its spec are in this CSR:
>> 
>> https://bugs.openjdk.java.net/browse/JDK-8254629
>> 
>> Naoto
>
> Naoto Sato has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Fixed exception messages.

Marked as reviewed by rriggs (Reviewer).

src/java.base/share/classes/java/time/format/Parsed.java line 180:

> 178:         cloned.chrono = this.chrono;
> 179:         cloned.leapSecond = this.leapSecond;
> 180:         cloned.dayPeriod= this.dayPeriod;

Add space before "=".

-------------

PR: https://git.openjdk.java.net/jdk/pull/938


More information about the i18n-dev mailing list