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

jvergara
21.03.2007 87b833785ea2cc806465bdecb446d422b57a6769
opendj-sdk/opends/src/guitools/org/opends/guitools/statuspanel/StatusPanelController.java
@@ -619,7 +619,7 @@
        if (!running)
        {
          updateProgress(getFormattedError(INFO_SUMMARY_START_ERROR.get()),
                getFormattedError(INFO_ERROR_STARTING_SERVER_GENERIC.get(),
                getFormattedError(ERR_STARTING_SERVER_GENERIC.get(),
                    true));
        }
        else
@@ -997,19 +997,6 @@
  /**
   * Returns the formatted representation of a progress message for a given
   * text.
   * @param text the source text from which we want to get the formatted
   * representation
   * @return the formatted representation of a progress message for the given
   * text.
   */
  private Message getFormattedProgress(Message text)
  {
    return formatter.getFormattedProgress(text);
  }
  /**
   * Returns the formatted representation of a progress message for a given
   * text with a line feed at the end.
   * @param text the source text from which we want to get the formatted
   * representation