summaryrefslogtreecommitdiffstats
path: root/base/console/src/com/netscape/admin/certsrv/config/install/WICloneKRAKeyCertPage.java
diff options
context:
space:
mode:
Diffstat (limited to 'base/console/src/com/netscape/admin/certsrv/config/install/WICloneKRAKeyCertPage.java')
-rw-r--r--base/console/src/com/netscape/admin/certsrv/config/install/WICloneKRAKeyCertPage.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/base/console/src/com/netscape/admin/certsrv/config/install/WICloneKRAKeyCertPage.java b/base/console/src/com/netscape/admin/certsrv/config/install/WICloneKRAKeyCertPage.java
index bea79b2e0..e32c367a2 100644
--- a/base/console/src/com/netscape/admin/certsrv/config/install/WICloneKRAKeyCertPage.java
+++ b/base/console/src/com/netscape/admin/certsrv/config/install/WICloneKRAKeyCertPage.java
@@ -41,10 +41,10 @@ class WICloneKRAKeyCertPage extends WizardBasePanel implements IWizardPanel {
protected InstallWizardInfo mWizardInfo;
protected JComboBox mKRANicknameBox, mStorageNicknameBox, mSSLNicknameBox;
private static final String PANELNAME = "CLONEKRAKEYCERTWIZARD";
- private static final String KRAHELPINDEX =
+ private static final String KRAHELPINDEX =
"install-kracertclone-wizard-help";
-
+
WICloneKRAKeyCertPage(JDialog parent) {
super(PANELNAME);
mParent = parent;
@@ -117,7 +117,7 @@ class WICloneKRAKeyCertPage extends WizardBasePanel implements IWizardPanel {
mKRANicknameBox.addItem(s1);
}
- return true;
+ return true;
}
public boolean validatePanel() {
@@ -196,7 +196,7 @@ class WICloneKRAKeyCertPage extends WizardBasePanel implements IWizardPanel {
PANELNAME+"_TEXT_HEADING_LABEL"));
gbc.anchor = gbc.NORTHWEST;
gbc.weightx = 1.0;
- gbc.insets = new Insets(COMPONENT_SPACE,COMPONENT_SPACE,
+ gbc.insets = new Insets(COMPONENT_SPACE,COMPONENT_SPACE,
COMPONENT_SPACE,COMPONENT_SPACE);
gbc.gridwidth = gbc.REMAINDER;
add(heading, gbc);
@@ -208,7 +208,7 @@ class WICloneKRAKeyCertPage extends WizardBasePanel implements IWizardPanel {
gbc.insets = new Insets(COMPONENT_SPACE, 4*COMPONENT_SPACE,
COMPONENT_SPACE,COMPONENT_SPACE);
add(kraNicknameLbl, gbc);
-
+
CMSAdminUtil.resetGBC(gbc);
mKRANicknameBox = new JComboBox();
gbc.anchor = gbc.NORTHWEST;