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

Nicolas Capponi
12.55.2014 39be274a446bc48400fb0f4ff8ec74b54883f7a6
opendj3-server-dev/src/server/org/opends/server/tools/dsconfig/DSConfig.java
@@ -67,7 +67,6 @@
import org.opends.server.admin.client.ManagedObjectDecodingException;
import org.opends.server.admin.client.MissingMandatoryPropertiesException;
import org.opends.server.admin.client.OperationRejectedException;
import org.forgerock.i18n.slf4j.LocalizedLogger;
import org.opends.server.tools.ClientException;
import org.opends.server.types.InitializationException;
import org.opends.server.util.BuildVersion;
@@ -287,7 +286,6 @@
   * customization.
   */
  public static final String GENERIC_TYPE = "generic";
  private static final LocalizedLogger logger = LocalizedLogger.getLoggerForThisClass();
  // This CLI is always using the administration connector with SSL
  private static final boolean alwaysSSL = true;
@@ -1025,7 +1023,6 @@
      return 1;
    } catch (Exception e) {
      logger.traceException(e);
      println(LocalizableMessage.raw(StaticUtils.stackTraceToString(e)));
      return 1;
    }