summaryrefslogtreecommitdiffstats
path: root/base/console/src/com/netscape/admin/certsrv/config/install/WILDAPPublishingPage.java
diff options
context:
space:
mode:
Diffstat (limited to 'base/console/src/com/netscape/admin/certsrv/config/install/WILDAPPublishingPage.java')
-rw-r--r--base/console/src/com/netscape/admin/certsrv/config/install/WILDAPPublishingPage.java16
1 files changed, 8 insertions, 8 deletions
diff --git a/base/console/src/com/netscape/admin/certsrv/config/install/WILDAPPublishingPage.java b/base/console/src/com/netscape/admin/certsrv/config/install/WILDAPPublishingPage.java
index 5cb6b3db3..0dd19333c 100644
--- a/base/console/src/com/netscape/admin/certsrv/config/install/WILDAPPublishingPage.java
+++ b/base/console/src/com/netscape/admin/certsrv/config/install/WILDAPPublishingPage.java
@@ -34,7 +34,7 @@ import com.netscape.certsrv.common.*;
class WILDAPPublishingPage extends WizardBasePanel implements IWizardPanel {
private JTextField mHostNameText, mPortText, mBindAsText;
private JCheckBox mSecurePort, mEnable;
- private JLabel mBindAsLabel, mCertLabel;
+ private JLabel mBindAsLabel, mCertLabel;
private JComboBox mAuthBox, mCertBox, mVersionBox;
private static final String PANELNAME = "LDAPPUBLISHINGWIZARD";
@@ -55,7 +55,7 @@ class WILDAPPublishingPage extends WizardBasePanel implements IWizardPanel {
}
public boolean initializePanel(WizardInfo info) {
- return true;
+ return true;
}
public boolean validatePanel() {
@@ -118,7 +118,7 @@ class WILDAPPublishingPage extends WizardBasePanel implements IWizardPanel {
gbc.insets = new Insets(COMPONENT_SPACE,COMPONENT_SPACE, 0,
COMPONENT_SPACE);
panel.add(hostName, gbc);
-
+
CMSAdminUtil.resetGBC(gbc);
mHostNameText = makeJTextField(30);
gbc.anchor = gbc.NORTHWEST;
@@ -127,7 +127,7 @@ class WILDAPPublishingPage extends WizardBasePanel implements IWizardPanel {
COMPONENT_SPACE);
gbc.gridwidth = gbc.REMAINDER;
panel.add(mHostNameText, gbc);
-
+
/*
CMSAdminUtil.resetGBC(gbc);
JTextArea dummy = createTextArea(" ", 2, 5);
@@ -138,13 +138,13 @@ class WILDAPPublishingPage extends WizardBasePanel implements IWizardPanel {
*/
CMSAdminUtil.resetGBC(gbc);
- JLabel portNumber = makeJLabel("PORT");
+ JLabel portNumber = makeJLabel("PORT");
gbc.anchor = gbc.NORTHEAST;
gbc.fill = gbc.NONE;
gbc.insets = new Insets(COMPONENT_SPACE, COMPONENT_SPACE,
COMPONENT_SPACE,COMPONENT_SPACE);
panel.add(portNumber, gbc);
-
+
CMSAdminUtil.resetGBC(gbc);
mPortText = makeJTextField(10);
gbc.anchor = gbc.NORTHWEST;
@@ -152,7 +152,7 @@ class WILDAPPublishingPage extends WizardBasePanel implements IWizardPanel {
gbc.insets = new Insets(COMPONENT_SPACE, COMPONENT_SPACE,
COMPONENT_SPACE,COMPONENT_SPACE);
panel.add(mPortText, gbc);
-
+
CMSAdminUtil.resetGBC(gbc);
mSecurePort = makeJCheckBox("SECUREPORT");
gbc.anchor = gbc.NORTHWEST;
@@ -259,7 +259,7 @@ class WILDAPPublishingPage extends WizardBasePanel implements IWizardPanel {
gbc.insets = new Insets(0, COMPONENT_SPACE, COMPONENT_SPACE,
COMPONENT_SPACE);
panel.add(dummy2, gbc);
-
+
/*
CMSAdminUtil.resetGBC(gbc);
JTextArea dummy1 = createTextArea(" ", 2, 30);