On Tue, 11 Mar 2025 17:30:54 GMT, Kevin Driver <[email protected]> wrote:
>> JDK-8341775: In the case where there is a *single* META-INF directory but
>> potentially *multiple* manifest files of different cases, print a warning
>> before selecting the first one and ignoring the rest (the current behavior
>> should be maintained).
>
> Kevin Driver has updated the pull request incrementally with one additional
> commit since the last revision:
>
> review comments
src/jdk.jartool/share/classes/sun/security/tools/jarsigner/Main.java line 1257:
> 1255: }
> 1256:
> 1257: if(hasMultipleManifests) {
Nit: add space after `if`, also on lines 1983, 1990.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/22222#discussion_r1991896538