From 80c58327faaa4873369f6bb949e62792c2f708e0 Mon Sep 17 00:00:00 2001
From: kenneth_suter <kenneth_suter@localhost>
Date: Wed, 15 Aug 2007 21:34:53 +0000
Subject: [PATCH] This commit is a step toward getting OpenDS internationalized. There are still issues to be resolved before we can declare that we are internationalized but this commit covers the bulk of changes needed at this time.
---
opends/src/guitools/org/opends/guitools/statuspanel/SplashScreen.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/src/guitools/org/opends/guitools/statuspanel/SplashScreen.java b/opends/src/guitools/org/opends/guitools/statuspanel/SplashScreen.java
index 35c0023..6586499 100644
--- a/opends/src/guitools/org/opends/guitools/statuspanel/SplashScreen.java
+++ b/opends/src/guitools/org/opends/guitools/statuspanel/SplashScreen.java
@@ -81,7 +81,7 @@
/**
* This method displays the StatusPanel dialog.
- * @see StatusPanelController.display.
+ * @see org.opends.guitools.statuspanel.StatusPanelController#display()
* This method assumes that is being called outside the event thread.
*/
protected void displayApplication()
--
Gitblit v1.10.0