On Mon, 31 Jul 2023 07:11:24 GMT, Stephen Colebourne <scolebou...@openjdk.org> 
wrote:

>> if (i < savingsInstantTransitions.length) {
>>     // javazic writes the last GMT offset into index 0!
>>     if (i < savingsInstantTransitions.length) {
>>         offsets[0] = standardOffsets[standardOffsets.length - 1] * 1000;
>>         nOffsets = 1;
>>     }
>>     ...
>> }
>> 
>> 
>> The second if statement looks unnecessary.
>
> Marked as reviewed by scolebourne (Author).

@jodastephen @DamonFool @pavelrappo 
Thanks for your reviews!

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

PR Comment: https://git.openjdk.org/jdk/pull/15052#issuecomment-1657847007

Reply via email to