On Mon, 2 Dec 2024 22:39:13 GMT, Harshitha Onkar <[email protected]> wrote:
>> Phil Race has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> 8345141
>
> src/java.desktop/share/classes/sun/awt/shell/ShellFolderManager.java line 122:
>
>> 120: }
>> 121:
>> 122: private static File[] checkFiles(Stream<File> fs,
>> @SuppressWarnings("removal") SecurityManager sm) {
>
> Minor: Similar to what @azvegint pointed out in Win32ShellFolderManager.java
> `import java.util.stream.Stream;` is unused after removal of this method.
fixed
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/22423#discussion_r1866740806