On Tue, 25 Mar 2025 20:06:35 GMT, Sean Mullan <mul...@openjdk.org> wrote:
>> Hai-May Chao has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Update test with more ZipEntry in the jar > > src/jdk.jartool/share/classes/sun/security/tools/jarsigner/resources/jarsigner.properties > line 214: > >> 212: >> manifest.attribute.1.present.when.reading.jarfile.but.missing.via.jarinputstream=Manifest >> attribute %s is present when reading via JarFile but missing when reading >> via JarInputStream >> 213: >> manifest.attribute.1.present.when.reading.jarinputstream.but.missing.via.jarfile=Manifest >> attribute %s is present when reading via JarInputStream but missing when >> reading via JarFile >> 214: >> manifest.atrribute.1.differs.jarfile.value.2.jarinputstream.value.3=Manifest >> attribute %1$s differs: JarFile value = %2$s, JarInputStream value = %3$s > > Typo: s/atrribute/attribute/ Fixed typo. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/23532#discussion_r2013292938