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

jvergara
18.09.2008 8bf33f942c9509fdf72c3edadd9ff1fbffa2f10d
opendj-sdk/opends/src/guitools/org/opends/guitools/controlpanel/task/Task.java
@@ -740,6 +740,15 @@
  }
  /**
   * Returns the noPropertiesFile argument.
   * @return the noPropertiesFile argument.
   */
  protected String getNoPropertiesFileArgument()
  {
    return "--noPropertiesFile";
  }
  /**
   * Returns the command-line to be displayed (when we display the equivalent
   * command-line).
   * @return the command-line to be displayed.
@@ -822,6 +831,7 @@
    args.add(getCommandLinePath("ldapmodify"));
    args.addAll(getObfuscatedCommandLineArguments(
        getConnectionCommandLineArguments(useAdminCtx, true)));
    args.add(getNoPropertiesFileArgument());
    StringBuilder sb = new StringBuilder();
    for (String arg : args)
    {
@@ -918,6 +928,7 @@
    args.add(getCommandLinePath("ldapmodify"));
    args.addAll(getObfuscatedCommandLineArguments(
        getConnectionCommandLineArguments(useAdminCtx, true)));
    args.add(getNoPropertiesFileArgument());
    StringBuilder sb = new StringBuilder();
    for (String arg : args)
    {