summaryrefslogtreecommitdiffstats
path: root/base/console/src/com/netscape/admin/certsrv/config/install/WIClonePage.java
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2012-04-05 14:49:11 -0500
committerEndi Sukma Dewata <edewata@redhat.com>2012-04-09 10:03:25 -0500
commit7c7b9d023cd466c1771068badc020dab36beb553 (patch)
tree178877eb83e25336be7577953945fbdb0b9e1a15 /base/console/src/com/netscape/admin/certsrv/config/install/WIClonePage.java
parentda1e6e2f49f66fd46c8039ff1aa4386309fba8f4 (diff)
downloadpki-7c7b9d023cd466c1771068badc020dab36beb553.tar.gz
pki-7c7b9d023cd466c1771068badc020dab36beb553.tar.xz
pki-7c7b9d023cd466c1771068badc020dab36beb553.zip
Removed whitespaces from Java code.
Whitespaces in Java code have been removed with the following command: find . -not -path .git -name *.java -exec sed -i 's/[[:blank:]]\+$//' {} \; Ticket #134
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)