On Mon, 6 Oct 2025 12:33:11 GMT, Sean Mullan <[email protected]> wrote:
>> Hai-May Chao has updated the pull request incrementally with four additional >> commits since the last revision: >> >> - Updates with review comments >> - Updates with review comments >> - Revert changes to KeyStore.java >> - Remove test TestOutdatedKeyStore.java > > src/jdk.jartool/share/classes/sun/security/tools/jarsigner/Main.java line > 1490: > >> 1488: warnings.add(String.format(rb.getString( >> 1489: "outdated.storetype.warning"), >> 1490: realStoreType, keystore)); > > You can pass `store.getType()` instead of `realStoreType` here. Done. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/27624#discussion_r2418728178
