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

jvergara
19.09.2010 99d6402a5f64b3a07024f190df67c3de3aa443a4
opendj-sdk/opends/src/guitools/org/opends/guitools/uninstaller/UninstallLauncher.java
@@ -22,7 +22,7 @@
 * CDDL HEADER END
 *
 *
 *      Copyright 2006-2009 Sun Microsystems, Inc.
 *      Copyright 2006-2010 Sun Microsystems, Inc.
 */
package org.opends.guitools.uninstaller;
@@ -34,7 +34,6 @@
import org.opends.messages.ToolMessages;
import java.io.File;
import java.util.logging.Logger;
import org.opends.quicksetup.CliApplication;
import org.opends.quicksetup.Launcher;
import org.opends.quicksetup.Installation;
@@ -60,9 +59,6 @@
  /** Suffix for log files. */
  static public final String LOG_FILE_SUFFIX = ".log";
  static private final Logger LOG =
          Logger.getLogger(UninstallLauncher.class.getName());
  /**
   * The main method which is called by the uninstall command lines.
   *