mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Violette Roche-Montane
18.19.2014 b671de6dbf50ca89cb0b9e4d7da6c81ae3017c82
opendj3-server-dev/src/server/org/opends/server/util/cli/PointAdder.java
@@ -30,6 +30,8 @@
import org.opends.quicksetup.util.PlainTextProgressMessageFormatter;
import org.opends.quicksetup.util.ProgressMessageFormatter;
import com.forgerock.opendj.cli.ConsoleApplication;
/**
 * Class used to add points periodically to the end of the output.
 *
@@ -98,7 +100,7 @@
    }
    else
    {
      app.printProgress(mb.toMessage());
      app.print(mb.toMessage());
    }
    t = new Thread(this);
    t.start();
@@ -141,7 +143,7 @@
        }
        else
        {
          app.printProgress(formatter.getFormattedPoint());
          app.print(formatter.getFormattedPoint());
        }
      }
      catch (Throwable t)