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];