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

boli
21.16.2009 f8beabcaa885bfef30f2bd4011d040186cf9ea78
opends/src/server/org/opends/server/tasks/RestartTaskThread.java
@@ -22,7 +22,7 @@
 * CDDL HEADER END
 *
 *
 *      Copyright 2006-2008 Sun Microsystems, Inc.
 *      Copyright 2006-2009 Sun Microsystems, Inc.
 */
package org.opends.server.tasks;
import org.opends.messages.Message;
@@ -30,6 +30,7 @@
import org.opends.server.core.DirectoryServer;
import org.opends.server.api.DirectoryThread;
@@ -49,7 +50,7 @@
 * exit before we get a chance to restart it if all non-daemon threads go away.
 */
public class RestartTaskThread
       extends Thread
       extends DirectoryThread
{
  /**
   * The fully-qualified name of this class.