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

Jean-Noel Rouvignac
24.41.2015 e7cac727a9231ff3602e61a4ea678e0463eb0e39
opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/FinishedPanel.java
@@ -22,9 +22,8 @@
 *
 *
 *      Copyright 2006-2008 Sun Microsystems, Inc.
 *      Portions Copyright 2014 ForgeRock AS
 *      Portions Copyright 2014-2015 ForgeRock AS
 */
package org.opends.quicksetup.ui;
import org.forgerock.i18n.LocalizableMessage;
@@ -32,7 +31,6 @@
/**
 * This panel is used to show the application is finished.
 *
 */
public class FinishedPanel extends ProgressPanel
{
@@ -47,9 +45,7 @@
    super(application);
  }
  /**
   * {@inheritDoc}
   */
  /** {@inheritDoc} */
  protected LocalizableMessage getTitle()
  {
    return INFO_FINISHED_PANEL_TITLE.get();