On Thu, 4 Feb 2021 15:28:08 GMT, Alan Bateman <al...@openjdk.org> wrote:
> I see you've also added the Deprecated annotation to the private static > fields too. Is this left over from a previous iteration? Humm... Good point! That might not been needed. I believe we experimented with deprecating the XXXSocketFactoryImpl interfaces too at some point, and that might be a left over from these experiments. If we remove this then we can probably remove the `@SuppressWarnings` too! ------------- PR: https://git.openjdk.java.net/jdk/pull/2375