RFR: 8344856: Remove calls to SecurityManager and doPrivileged in subclasses of URLConnection in the sun.net package after JEP 486 integration [v2]
Volkan Yazıcı
duke at openjdk.org
Wed Nov 27 09:22:55 UTC 2024
On Wed, 27 Nov 2024 09:13:42 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:
>> Volkan Yazıcı has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Remove redundant suppression
>
> src/java.base/share/classes/sun/net/www/protocol/ftp/FtpURLConnection.java line 227:
>
>> 225: * Do we have to use a proxy?
>> 226: */
>> 227: @SuppressWarnings("removal")
>
> You can remove `@SuppressWarnings` now.
:man_facepalming: Fixed in 9b30465700f5a9b0058c21b62b5c789ce6c80e44.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/22407#discussion_r1860285934
More information about the net-dev
mailing list