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

jvergara
21.44.2006 4dfb0a8cfaced73346ec5dd6455813e83014b016
opends/src/quicksetup/org/opends/quicksetup/ui/CurrentStepPanel.java
@@ -108,6 +108,16 @@
  }
  /**
   * Returns the panel we use to display the progress.  This method is used
   * to be able to retrieve the message formatter.
   * @return the panel we use to display the progress.
   */
  ProgressPanel getProgressPanel()
  {
    return (ProgressPanel)hmPanels.get(Step.PROGRESS);
  }
  /**
   * Create the layout of the panel.
   * @param isUninstall whether this is an install or uninstall panel.
   */