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

Violette Roche-Montane
27.56.2013 6f163823cb9ca5e313699c657bb23dc7b39b586f
opends/src/server/org/opends/server/util/cli/ConsoleApplication.java
@@ -126,10 +126,6 @@
     */
    ERROR,
    /**
     * Defines a breakline.
     */
    BREAKLINE,
    /**
     * Defines a warning.
     */
    WARNING
@@ -448,8 +444,6 @@
      case ERROR:
        out.println();
        out.println(wrapText("** " + msg, MAX_LINE_WIDTH, indent));
        break;
      case BREAKLINE:
        out.println();
        break;
      case WARNING:
@@ -537,9 +531,12 @@
        }
      }
      bar.append(".   ");
      if(progress >= 0) {
      if (progress >= 0)
      {
        bar.append(progress).append("%     ");
      } else {
      }
      else
      {
        bar.append("FAIL");
      }
      final int endBuilder = linePos + bar.length();