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

neil_a_wilson
05.46.2007 0cface06cb625924a2ef8ce3efde5d78810a3c24
opendj-sdk/opends/src/server/org/opends/server/tools/RebuildIndex.java
@@ -42,7 +42,6 @@
import static org.opends.server.messages.MessageHandler.getMessage;
import static org.opends.server.util.ServerConstants.*;
import static org.opends.server.util.StaticUtils.*;
import org.opends.server.util.StaticUtils;
import org.opends.server.core.DirectoryServer;
import org.opends.server.core.CoreConfigManager;
import org.opends.server.core.LockFileManager;
@@ -83,7 +82,7 @@
    if(retCode != 0)
    {
      System.exit(retCode);
      System.exit(filterExitCode(retCode));
    }
  }
@@ -346,7 +345,7 @@
    catch(Exception e)
    {
      System.err.println("Error installing the custom error logger: " +
          StaticUtils.stackTraceToSingleLineString(e));
                         stackTraceToSingleLineString(e));
    }
    // Decode the base DN provided by the user.