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

Violette Roche-Montane
03.41.2014 e003b4333d38d5a1254d020425fda6f62465e3d0
opendj3-server-dev/src/guitools/org/opends/guitools/uninstaller/UninstallerArgumentParser.java
@@ -48,6 +48,7 @@
import static org.opends.messages.AdminToolMessages.*;
import static org.opends.messages.ToolMessages.*;
import static com.forgerock.opendj.cli.ArgumentConstants.*;
import static com.forgerock.opendj.cli.Utils.LINE_SEPARATOR;
/**
 * Class used to parse and populate the arguments of the Uninstaller.
@@ -379,7 +380,7 @@
          "--"+noPromptArg.getLongIdentifier());
      if (buf.length() > 0)
      {
        buf.append(EOL);
        buf.append(LINE_SEPARATOR);
      }
      buf.append(message);
    }
@@ -402,7 +403,7 @@
              removeArg.getLongIdentifier());
          if (buf.length() > 0)
          {
            buf.append(EOL);
            buf.append(LINE_SEPARATOR);
          }
          buf.append(message);
        }