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/CliApplicationHelper.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opends/src/quicksetup/org/opends/quicksetup/CliApplicationHelper.java b/opends/src/quicksetup/org/opends/quicksetup/CliApplicationHelper.java
index 8f93f44..0890ab6 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/CliApplicationHelper.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/CliApplicationHelper.java
@@ -218,7 +218,7 @@
     if (errors.size() > 0)
     {
       String msg = Utils.getStringFromCollection(errors,
-          QuickSetupCli.LINE_SEPARATOR+QuickSetupCli.LINE_SEPARATOR);
+          Constants.LINE_SEPARATOR+Constants.LINE_SEPARATOR);
       throw new UserDataException(null, msg);
     }
   }
@@ -307,7 +307,7 @@
    * @param args String[] args
    * @return String message
    */
-  protected static String getMsg(String key, String[] args)
+  protected static String getMsg(String key, String... args)
   {
     return org.opends.server.util.StaticUtils.wrapText(
         getI18n().getMsg(key, args), Utils.getCommandLineMaxLineWidth());

--
Gitblit v1.10.0