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

Jean-Noel Rouvignac
17.26.2015 88f16d892d54fd8c3e190cc1f6363638b11ae1a3
opendj-server-legacy/src/main/java/org/opends/server/protocols/ldap/LDAPRequestHandler.java
@@ -66,7 +66,7 @@
  private static final LocalizedLogger logger = LocalizedLogger.getLoggerForThisClass();
  // Indicates whether the Directory Server is in the process of shutting down.
  private volatile boolean shutdownRequested = false;
  private volatile boolean shutdownRequested;
  // The current set of selection keys.
  private volatile SelectionKey[] keys = new SelectionKey[0];