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

Jean-Noel Rouvignac
24.41.2015 e7cac727a9231ff3602e61a4ea678e0463eb0e39
opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/ui/InstallReviewPanel.java
@@ -22,9 +22,8 @@
 *
 *
 *      Copyright 2006-2010 Sun Microsystems, Inc.
 *      Portions Copyright 2013-2014 ForgeRock AS.
 *      Portions Copyright 2013-2015 ForgeRock AS.
 */
package org.opends.quicksetup.installer.ui;
import org.forgerock.i18n.LocalizableMessage;
@@ -101,9 +100,7 @@
    populateLabelAndFieldsMap();
  }
  /**
   * {@inheritDoc}
   */
  /** {@inheritDoc} */
  public void beginDisplay(UserData userData)
  {
    if (displayServerLocation)
@@ -201,17 +198,13 @@
    return instructionsPanel;
  }
  /**
   * {@inheritDoc}
   */
  /** {@inheritDoc} */
  protected boolean requiresScroll()
  {
    return false;
  }
  /**
   * {@inheritDoc}
   */
  /** {@inheritDoc} */
  protected Component createInputPanel()
  {
    JPanel panel = UIFactory.makeJPanel();
@@ -237,9 +230,7 @@
    return panel;
  }
  /**
   * {@inheritDoc}
   */
  /** {@inheritDoc} */
  public Object getFieldValue(FieldName fieldName)
  {
    Object value = null;
@@ -254,17 +245,13 @@
    return value;
  }
  /**
   * {@inheritDoc}
   */
  /** {@inheritDoc} */
  protected LocalizableMessage getInstructions()
  {
    return INFO_REVIEW_PANEL_INSTRUCTIONS.get();
  }
  /**
   * {@inheritDoc}
   */
  /** {@inheritDoc} */
  protected LocalizableMessage getTitle()
  {
    return INFO_REVIEW_PANEL_TITLE.get();
@@ -644,9 +631,7 @@
    return equivalentCommandPane;
  }
  /**
   * {@inheritDoc}
   */
  /** {@inheritDoc} */
  protected JComponent getBottomComponent()
  {
    if (bottomComponent == null)