RFR: Remove unused package-private method URL.set(String protocol, String host, int port, String file, String ref)
Сергей Цыпанов
sergei.tsypanov at yandex.ru
Thu Oct 22 12:45:36 UTC 2020
Hello,
while working with java.net.URL I've found unused package-private method URL.set(String protocol, String host, int port, String file, String ref) which can be safely removed. Testing: both tier1 and tier2 are ok.
Could someone crate an issue for tracking of this simple change?
Here's the link to PR: https://github.com/openjdk/jdk/pull/779
Regards,
Sergey Tsypanov
More information about the core-libs-dev
mailing list