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

neil_a_wilson
11.45.2006 d9b2b9b7578edb367174b1a516f38feb6eb028ae
opends/src/server/org/opends/server/tools/InstallDS.java
@@ -52,6 +52,7 @@
import static org.opends.server.messages.MessageHandler.*;
import static org.opends.server.messages.ToolMessages.*;
import static org.opends.server.util.ServerConstants.*;
import static org.opends.server.util.StaticUtils.*;
@@ -77,13 +78,6 @@
  /**
   * The position at which to wrap long lines.
   */
  public static final int MAX_LINE_WIDTH = 79;
  /**
   * Indicates whether we think we're running on a Windows system.
   */
  private static boolean isWindows = false;
@@ -154,7 +148,9 @@
    // Create and initialize the argument parser for this program.
    ArgumentParser argParser = new ArgumentParser(CLASS_NAME, false);
    String toolDescription = getMessage(MSGID_INSTALLDS_TOOL_DESCRIPTION);
    ArgumentParser argParser = new ArgumentParser(CLASS_NAME, toolDescription,
                                                  false);
    BooleanArgument   addBaseEntry;
    BooleanArgument   testOnly;
    BooleanArgument   showUsage;