On Thu, 18 May 2023 16:15:39 GMT, Kevin Driver <kdri...@openjdk.org> wrote:
>> Fixes: [JDK-8294985](https://bugs.openjdk.org/browse/JDK-8294985) > > Kevin Driver has updated the pull request incrementally with one additional > commit since the last revision: > > review comments addressed src/java.base/share/classes/sun/security/ssl/CertificateAuthoritiesExtension.java line 33: > 31: import java.text.MessageFormat; > 32: import java.util.*; > 33: import javax.net.ssl.SSLException; This import is not needed anymore. src/java.base/share/classes/sun/security/ssl/CertificateRequest.java line 35: > 33: import java.util.*; > 34: import javax.net.ssl.SSLEngine; > 35: import javax.net.ssl.SSLException; This import is not needed anymore. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/13466#discussion_r1198042070 PR Review Comment: https://git.openjdk.org/jdk/pull/13466#discussion_r1198043800