RFR: JDK-8290887 Unused private method in TrustManagerFactoryImpl
Sean Mullan
mullan at openjdk.org
Tue Jul 26 13:50:02 UTC 2022
On Fri, 22 Jul 2022 17:59:51 GMT, Mark Powers <duke at openjdk.org> wrote:
> https://bugs.openjdk.org/browse/JDK-8290887
src/java.base/share/classes/sun/security/ssl/TrustManagerFactoryImpl.java line 108:
> 106: }
> 107:
> 108: /*
I think you can also remove the `import java.io.*` on line 28 now that this block of code has been removed.
-------------
PR: https://git.openjdk.org/jdk/pull/9616
More information about the security-dev
mailing list