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

jvergara
04.20.2009 aa09acea1d63383816178c2d4cd9637a8cce9721
opends/src/quicksetup/org/opends/quicksetup/util/HtmlProgressMessageFormatter.java
@@ -72,6 +72,13 @@
   private static final Message LINE_BREAK=
     Message.raw("
"+Constants.HTML_LINE_BREAK);
   private static final Message TAB = new MessageBuilder(SPACE)
   .append(SPACE)
   .append(SPACE)
   .append(SPACE)
   .append(SPACE)
   .toMessage();
  /**
   * Returns the HTML representation of the text without providing any style.
   * @param text the source text from which we want to get the HTML
@@ -378,12 +385,7 @@
   */
  public Message getTab()
  {
    return new MessageBuilder(SPACE)
            .append(SPACE)
            .append(SPACE)
            .append(SPACE)
            .append(SPACE)
            .toMessage();
    return TAB;
  }
  /**