summaryrefslogtreecommitdiffstats
path: root/base/console/src/com/netscape/admin/certsrv/config/install/WIAllCertsInstalledPage.java
diff options
context:
space:
mode:
Diffstat (limited to 'base/console/src/com/netscape/admin/certsrv/config/install/WIAllCertsInstalledPage.java')
-rw-r--r--base/console/src/com/netscape/admin/certsrv/config/install/WIAllCertsInstalledPage.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/base/console/src/com/netscape/admin/certsrv/config/install/WIAllCertsInstalledPage.java b/base/console/src/com/netscape/admin/certsrv/config/install/WIAllCertsInstalledPage.java
index b84460814..a9994a159 100644
--- a/base/console/src/com/netscape/admin/certsrv/config/install/WIAllCertsInstalledPage.java
+++ b/base/console/src/com/netscape/admin/certsrv/config/install/WIAllCertsInstalledPage.java
@@ -40,7 +40,7 @@ class WIAllCertsInstalledPage extends WizardBasePanel implements IWizardPanel {
private static final String PANELNAME = "ALLCERTSINSTALLEDWIZARD";
private static final String HELPINDEX =
"install-allcerts-getinstalled-wizard-help";
-
+
WIAllCertsInstalledPage(JDialog parent) {
super(PANELNAME);
mParent = parent;
@@ -77,7 +77,7 @@ class WIAllCertsInstalledPage extends WizardBasePanel implements IWizardPanel {
}
}
}
- }
+ }
else if (wizardInfo.isRAInstalled() && wizardInfo.isKRAInstalled()) {
if (raCertInstalled(wizardInfo) && kraCertInstalled(wizardInfo))
@@ -148,8 +148,8 @@ class WIAllCertsInstalledPage extends WizardBasePanel implements IWizardPanel {
}
setBorder(makeTitledBorder(PANELNAME));
mLabel.setVisible(false);
-
- return true;
+
+ return true;
}
private boolean caCertInstalled(InstallWizardInfo wizardInfo) {
@@ -202,8 +202,8 @@ class WIAllCertsInstalledPage extends WizardBasePanel implements IWizardPanel {
rawData = rawData+"&"+ConfigConstants.OPTYPE+"="+OpDef.OP_READ;
// #344791 - help server to make up the hostname
/*
- data.put(ConfigConstants.PR_HOST,
- consoleInfo.get(ConfigConstants.PR_HOST));
+ data.put(ConfigConstants.PR_HOST,
+ consoleInfo.get(ConfigConstants.PR_HOST));
*/
startProgressStatus();
boolean ready = send(rawData, wizardInfo);