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

Matthew Swift
20.19.2012 e131e3cef7357a2f5acdc3d86979b8c5486ca71b
opends/src/server/org/opends/server/core/ServerShutdownMonitor.java
@@ -23,6 +23,7 @@
 *
 *
 *      Copyright 2006-2009 Sun Microsystems, Inc.
 *      Portions copyright 2012 ForgeRock AS.
 */
package org.opends.server.core;
@@ -43,7 +44,7 @@
{
  // Indicates whether the monitor has completed and the shutdown may be
  // finalized with a call to System.exit;
  private boolean monitorDone;
  private volatile boolean monitorDone;
  // The list of threads that need to be monitored.
  private LinkedList<Thread> threadList;