From 02093f726f7582e1ffd6ef12c16caf68451a833d Mon Sep 17 00:00:00 2001
From: kenneth_suter <kenneth_suter@localhost>
Date: Thu, 29 Mar 2007 15:09:14 +0000
Subject: [PATCH] These refactorings are essential in anticipation of a new quicksetup application for the upgrader feature (issue 598).  These changes were reviewed by Josu. 

---
 opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/SplashScreen.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/SplashScreen.java b/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/SplashScreen.java
index 47e7a3f..fd64e12 100644
--- a/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/SplashScreen.java
+++ b/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/SplashScreen.java
@@ -222,7 +222,7 @@
 
   /**
    * This method displays the QuickSetup dialog.
-   * @see QuickSetup.display.
+   * @see 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