RFR JDK-8170952: jar's usage message output need some cleanup

Andrej Golovnin andrej.golovnin at gmail.com
Fri Dec 9 11:49:25 UTC 2016


Hi,

src/jdk.jartool/share/classes/sun/tools/jar/Main.java

 682                 if (info != null) {
 683                     info.print(out);
 684                    return true;
 685                 }

The indentation in the line 684 is wrong: it uses 3 spaces instead of 4.

Best regards,
Andrej Golovnin


More information about the core-libs-dev mailing list