From 4cd4ffb2771ea2d133b30273b1ffea0fef6b4552 Mon Sep 17 00:00:00 2001
From: kenneth_suter <kenneth_suter@localhost>
Date: Tue, 17 Apr 2007 20:23:12 +0000
Subject: [PATCH] This commit introduces preliminary versions of the upgrader tool's GUI wizard panels. Effort has been made to make the panels conform to the design at
---
opends/src/quicksetup/org/opends/quicksetup/SplashScreen.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opends/src/quicksetup/org/opends/quicksetup/SplashScreen.java b/opends/src/quicksetup/org/opends/quicksetup/SplashScreen.java
index fd64e12..c28db89 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/SplashScreen.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/SplashScreen.java
@@ -206,7 +206,7 @@
{
try
{
- quickSetupClass = Class.forName("org.opends.quicksetup.QuickSetup");
+ quickSetupClass = Class.forName("org.opends.quicksetup.ui.QuickSetup");
quickSetup = quickSetupClass.newInstance();
quickSetupClass.getMethod("initialize", new Class[]
{ String[].class }).invoke(quickSetup, new Object[]
@@ -222,7 +222,7 @@
/**
* This method displays the QuickSetup dialog.
- * @see QuickSetup#display
+ * @see org.opends.quicksetup.ui.QuickSetup#display
* This method assumes that is being called outside the event thread.
* This method can be overwritten by subclasses to construct other objects
* different than the Quick Setup.
--
Gitblit v1.10.0