From 2e08d2c0e9bede644be993ddaa28157c9f156c10 Mon Sep 17 00:00:00 2001
From: Violette Roche-Montane <violette.roche-montane@forgerock.com>
Date: Tue, 07 May 2013 13:50:59 +0000
Subject: [PATCH] svn merge https://svn.forgerock.org/opendj/trunk/opends@8851 https://svn.forgerock.org/opendj/branches/native-packaging@8851 .
---
opends/src/quicksetup/org/opends/quicksetup/ui/QuickSetupStepPanel.java | 21 +--------------------
1 files changed, 1 insertions(+), 20 deletions(-)
diff --git a/opends/src/quicksetup/org/opends/quicksetup/ui/QuickSetupStepPanel.java b/opends/src/quicksetup/org/opends/quicksetup/ui/QuickSetupStepPanel.java
index 41546c7..72bafaa 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/ui/QuickSetupStepPanel.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/ui/QuickSetupStepPanel.java
@@ -23,6 +23,7 @@
*
*
* Copyright 2006-2010 Sun Microsystems, Inc.
+ * Portions Copyright 2013 ForgeRock AS.
*/
package org.opends.quicksetup.ui;
@@ -170,15 +171,6 @@
}
/**
- * Sets the specified value in the field associated with the field name.
- * @param fieldName the field name associated with the field.
- * @param value the value that must be set.
- */
- public void setFieldValue(FieldName fieldName, Object value)
- {
- }
-
- /**
* Marks as invalid (or valid depending on the value of the invalid parameter)
* a field corresponding to FieldName. This basically implies udpating the
* style of the JLabel associated with fieldName (the association is done
@@ -261,16 +253,6 @@
}
/**
- * Tells whether a working progress icon is being displayed in the panel.
- * @return <CODE>true</CODE> if a working progress icon is being displayed in
- * the panel and <CODE>false</CODE> otherwise.
- */
- public boolean isCheckingVisible()
- {
- return isCheckingVisible;
- }
-
- /**
* Returns the text to be displayed in the progress label for a give icon
* type.
* @param iconType the icon type.
@@ -387,7 +369,6 @@
gbc.anchor = GridBagConstraints.NORTHWEST;
gbc.insets.left = 0;
add(inputContainer, gbc);
- somethingAdded = true;
}
else
{
--
Gitblit v1.10.0