summaryrefslogtreecommitdiffstats
path: root/base/console/src/com/netscape/admin/certsrv/keycert/WIntroPage.java
diff options
context:
space:
mode:
Diffstat (limited to 'base/console/src/com/netscape/admin/certsrv/keycert/WIntroPage.java')
-rw-r--r--base/console/src/com/netscape/admin/certsrv/keycert/WIntroPage.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/console/src/com/netscape/admin/certsrv/keycert/WIntroPage.java b/base/console/src/com/netscape/admin/certsrv/keycert/WIntroPage.java
index abcec63f3..116f3a496 100644
--- a/base/console/src/com/netscape/admin/certsrv/keycert/WIntroPage.java
+++ b/base/console/src/com/netscape/admin/certsrv/keycert/WIntroPage.java
@@ -35,7 +35,7 @@ class WIntroPage extends WizardBasePanel implements IWizardPanel {
private static final String PANELNAME = "INTROKEYCERTWIZARD";
private static final String HELPINDEX =
"configuration-keycert-wizard-introduction-help";
-
+
WIntroPage(JDialog parent) {
super(PANELNAME);
mParent = parent;
@@ -51,7 +51,7 @@ class WIntroPage extends WizardBasePanel implements IWizardPanel {
public boolean initializePanel(WizardInfo info) {
setBorder(makeTitledBorder(PANELNAME));
- return true;
+ return true;
}
public boolean isLastPage() {