On Wed, 3 May 2023 19:59:15 GMT, Phil Race <p...@openjdk.org> wrote:

>> Tejesh R has updated the pull request incrementally with one additional 
>> commit since the last revision:
>> 
>>   Updated based on review comments
>
> src/java.desktop/share/classes/javax/swing/plaf/basic/BasicDirectoryModel.java
>  line 387:
> 
>> 385:                         if (start >= 0 && end > start) {
>> 386:                             List<File> listEnd_OldSize = new 
>> Vector<>(fileCache.subList(end, oldSize));
>> 387:                             
>> if(listEnd_OldSize.equals(newFileCache.subList(start, newSize))) {
> 
> if( -> "if ("

Updated.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/13783#discussion_r1184536691

Reply via email to