From 5adde80225f547ffe8d50ca83efd121e495d8e53 Mon Sep 17 00:00:00 2001
From: kenneth_suter <kenneth_suter@localhost>
Date: Thu, 07 Jun 2007 17:31:48 +0000
Subject: [PATCH] This commit:
---
opends/src/quicksetup/org/opends/quicksetup/uninstaller/UninstallCliHelper.java | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/opends/src/quicksetup/org/opends/quicksetup/uninstaller/UninstallCliHelper.java b/opends/src/quicksetup/org/opends/quicksetup/uninstaller/UninstallCliHelper.java
index 98dabf5..04b295e 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/uninstaller/UninstallCliHelper.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/uninstaller/UninstallCliHelper.java
@@ -213,13 +213,13 @@
if (i == 6)
{
String[] arg = {Utils.getStringFromCollection(outsideDbs,
- QuickSetupCli.LINE_SEPARATOR)};
+ Constants.LINE_SEPARATOR)};
msg = getMsg(keys[i], arg);
}
else if (i == 7)
{
String[] arg = {Utils.getStringFromCollection(outsideLogs,
- QuickSetupCli.LINE_SEPARATOR)};
+ Constants.LINE_SEPARATOR)};
msg = getMsg(keys[i], arg);
}
else
@@ -293,7 +293,7 @@
!userData.getRemoveLogs())
{
somethingSelected = false;
- System.out.println(QuickSetupCli.LINE_SEPARATOR+
+ System.out.println(Constants.LINE_SEPARATOR+
getMsg("cli-uninstall-nothing-to-be-uninstalled"));
}
else
--
Gitblit v1.10.0