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) {