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

Nicolas Capponi
08.37.2016 6e562514f52ba0c0f79bdca84cd2acd506b9cd21
opendj-server-legacy/src/main/java/org/opends/server/tasks/RestartTaskThread.java
@@ -19,7 +19,6 @@
import org.forgerock.i18n.LocalizableMessage;
import org.opends.server.core.DirectoryServer;
import org.opends.server.api.DirectoryThread;
/**
 * This class defines a thread that will be spawned to invoke a Directory Server
@@ -35,8 +34,7 @@
 * daemon thread.  These changes are needed to guarantee that the JVM does not
 * exit before we get a chance to restart it if all non-daemon threads go away.
 */
public class RestartTaskThread
       extends DirectoryThread
public class RestartTaskThread extends Thread
{
  /**
   * The fully-qualified name of this class.