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

Gaetan Boismal
14.29.2015 55c9e7bd9ea802475e0d4fdaad7caa22f1671dda
opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/task/Task.java
@@ -775,9 +775,9 @@
   * script).
   * @return the command-line arguments that correspond to the configuration.
   */
  protected ArrayList<String> getConfigCommandLineArguments()
  protected List<String> getConfigCommandLineArguments()
  {
    ArrayList<String> args = new ArrayList<String>();
    List<String> args = new ArrayList<String>();
    args.add("--configClass");
    args.add(org.opends.server.extensions.ConfigFileHandler.class.getName());
    args.add("--configFile");