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

Naoto Sato naoto at openjdk.java.net
Thu Nov 5 17:12:12 UTC 2020


On Mon, 2 Nov 2020 19:20:10 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 exception messages.
>
> 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 "=".

Fixed.

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

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


More information about the i18n-dev mailing list