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

Violette Roche-Montane
13.49.2014 813815c3c50221adc4b1e35a5ab38f71cb0fb642
opendj3-server-dev/src/server/org/opends/server/tools/upgrade/UpgradeCli.java
@@ -371,9 +371,7 @@
      {
        final ProgressNotificationCallback pnc =
            (ProgressNotificationCallback) c;
        final LocalizableMessage msg = LocalizableMessage.raw("  " + pnc.getMessage());
        print(msg);
        printProgressBar(msg.length(), pnc.getProgress());
        printProgressBar(pnc.getMessage(), pnc.getProgress(), 2);
      }
      else if (c instanceof FormattedNotificationCallback)
      {