summaryrefslogtreecommitdiffstats
path: root/base/console/src/com/netscape/admin/certsrv/config/install/WIClonePage.java
diff options
context:
space:
mode:
Diffstat (limited to 'base/console/src/com/netscape/admin/certsrv/config/install/WIClonePage.java')
-rw-r--r--base/console/src/com/netscape/admin/certsrv/config/install/WIClonePage.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/base/console/src/com/netscape/admin/certsrv/config/install/WIClonePage.java b/base/console/src/com/netscape/admin/certsrv/config/install/WIClonePage.java
index cdfa23199..56d903852 100644
--- a/base/console/src/com/netscape/admin/certsrv/config/install/WIClonePage.java
+++ b/base/console/src/com/netscape/admin/certsrv/config/install/WIClonePage.java
@@ -40,7 +40,7 @@ class WIClonePage extends WizardBasePanel implements IWizardPanel {
private static final String PANELNAME = "CLONEINSTALLWIZARD";
private static final String HELPINDEX =
"install-general-intro-wizard-help";
-
+
WIClonePage(JDialog parent) {
super(PANELNAME);
mParent = parent;
@@ -61,14 +61,14 @@ class WIClonePage extends WizardBasePanel implements IWizardPanel {
public boolean initializePanel(WizardInfo info) {
InstallWizardInfo wizardInfo = (InstallWizardInfo)info;
setBorder(makeTitledBorder(PANELNAME));
-
+
if //(wizardInfo.isKRACertLocalCA() || !wizardInfo.isInstallCertNow() ||
(!wizardInfo.isCloning()||wizardInfo.isClonePageDone())
return false;
-
+
mAdminFrame = wizardInfo.getAdminFrame();
- return true;
+ return true;
}
public boolean validatePanel() {
@@ -88,9 +88,9 @@ class WIClonePage extends WizardBasePanel implements IWizardPanel {
boolean ready = send(rawData, wizardInfo);
Debug.println("WIClonePage:concludePanel() 2");
-
+
endProgressStatus();
-
+
if (!ready) {
String str = getErrorMessage(wizardInfo);
if (str == null)