<i18n dev> RFR: 8348205: Improve cutover time selection when building available currencies set [v2]
    Justin Lu 
    jlu at openjdk.org
       
    Mon Jan 27 18:30:40 UTC 2025
    
    
  
On Mon, 27 Jan 2025 18:03:48 GMT, Naoto Sato <naoto at openjdk.org> wrote:
>> Justin Lu has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   reflect review
>
> src/java.base/share/classes/java/util/Currency.java line 447:
> 
>> 445:         synchronized(Currency.class) {
>> 446:             if (available == null) {
>> 447:                 // reuse same time for all special case cut-over date checks
> 
> The comment is correct, but it might not be necessary, as it would not be significant unless one knows the background
Comment removed and year bumped.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/23309#discussion_r1930998048
    
    
More information about the i18n-dev
mailing list