Need to add newline at the end when printing progrees.
authorjlahoda
Sun, 11 Oct 2015 22:20:09 +0200
changeset 1014516c317376b6
parent 1013 f54d0ef8a0aa
child 1015 6b6e10c60a02
Need to add newline at the end when printing progrees.
cmdline/tool/src/org/netbeans/modules/jackpot30/cmdline/Main.java
     1.1 --- a/cmdline/tool/src/org/netbeans/modules/jackpot30/cmdline/Main.java	Sun Oct 11 22:02:22 2015 +0200
     1.2 +++ b/cmdline/tool/src/org/netbeans/modules/jackpot30/cmdline/Main.java	Sun Oct 11 22:20:09 2015 +0200
     1.3 @@ -941,6 +941,7 @@
     1.4  
     1.5          @Override
     1.6          public void finish() {
     1.7 +            System.out.println();
     1.8          }
     1.9  
    1.10          private void update() {