mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jean-Noel Rouvignac
03.46.2014 88cdfff756887b6d8d1cedc3bb6d5db82ecdac48
opendj3-server-dev/src/quicksetup/org/opends/quicksetup/JavaArguments.java
@@ -33,8 +33,8 @@
import org.opends.quicksetup.ui.UIFactory;
import org.opends.quicksetup.util.Utils;
import static org.forgerock.util.Utils.*;
import static org.opends.messages.QuickSetupMessages.*;
import static org.opends.server.util.StaticUtils.*;
/**
 * A class used to describe the java arguments for a given command-line.
@@ -249,7 +249,7 @@
      }
      else
      {
        msg = LocalizableMessage.raw(collectionToString(lines, "<br>"));
        msg = LocalizableMessage.raw(joinAsString("<br>", lines));
      }
    }
    return msg;
@@ -277,7 +277,7 @@
    {
      l.add(Utils.escapeCommandLineValue(arg));
    }
    return Utils.getStringFromCollection(l, " ");
    return joinAsString(" ", l);
  }
  /**