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

Jean-Noel Rouvignac
24.11.2015 8d21db36015f8560d9cd2bcee9817f2c0a07a386
opendj-server-legacy/src/main/java/org/opends/server/tasks/RestartTaskThread.java
@@ -22,19 +22,15 @@
 *
 *
 *      Copyright 2006-2009 Sun Microsystems, Inc.
 *      Portions Copyright 2014 ForgeRock AS
 *      Portions Copyright 2014-2015 ForgeRock AS
 */
package org.opends.server.tasks;
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
 * in-core restart.  That is, the server will perform an internal shutdown, and
@@ -60,7 +56,7 @@
  // The shutdown message that will be used.
  /** The shutdown message that will be used. */
  private LocalizableMessage shutdownMessage;