On Tue, 6 Dec 2022 10:02:21 GMT, Abhishek Kumar <[email protected]> wrote:
>> Tejesh R has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Updated based on review Comments
>
> test/jdk/javax/swing/JFileChooser/FileSystemView/CustomFSVLinkTest.java line
> 131:
>
>> 129: @Override
>> 130: public Icon getSystemIcon(File f, int width, int
>> height) {
>> 131: return delegate.getSystemIcon(f, width, height);
>
> Commented block of code can be removed.
Updated.
-------------
PR: https://git.openjdk.org/jdk/pull/11510