On Wed, 21 Oct 2020 06:52:42 GMT, Сергей Цыпанов <github.com+10835776+stsypa...@openjdk.org> wrote:
> 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 from JDK. Testing: tier1, tier2 > > Could someone crate an issue for tracking of this simple change? This pull request has now been integrated. Changeset: 15481041 Author: Sergey Tsypanov <sergei.tsypa...@yandex.ru> Committer: Daniel Fuchs <dfu...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/15481041 Stats: 33 lines in 1 file changed: 0 ins; 33 del; 0 mod 8255477: Remove unused method URL.set(String protocol, String host, int port, String file, String ref) Reviewed-by: dfuchs ------------- PR: https://git.openjdk.java.net/jdk/pull/779