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

jvergara
08.43.2007 43e9c7913fc664b725e167090fe6d389a4558315
opends/src/quicksetup/org/opends/quicksetup/upgrader/ui/UpgraderReviewPanel.java
@@ -88,7 +88,7 @@
  public Object getFieldValue(FieldName fieldName) {
    Object value = null;
    if (fieldName == FieldName.SERVER_START) {
      value = getCheckBox().isSelected();
      value = getBottomComponent().isSelected();
    }
    return value;
  }
@@ -230,7 +230,7 @@
  /**
   * {@inheritDoc}
   */
  protected JCheckBox getCheckBox()
  protected JCheckBox getBottomComponent()
  {
    if (checkBox == null)
    {