On Wed, 2 Mar 2022 15:30:22 GMT, Sean Mullan <mul...@openjdk.org> wrote:
>> Hai-May Chao has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Removed unneeded import and updated -verbose output > > src/jdk.jartool/share/classes/sun/security/tools/jarsigner/Main.java line 33: > >> 31: import java.security.cert.CertPathValidatorException; >> 32: import java.security.cert.PKIXBuilderParameters; >> 33: import java.security.spec.PSSParameterSpec; > > I don't think you need this import, as this class does not seem to be > referenced anywhere. Removed. Thanks for the review. ------------- PR: https://git.openjdk.java.net/jdk/pull/7582