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

gbellato
13.26.2008 3367ea5fb4c2188c6cc438d6edff33c98e7531a3
opendj-sdk/opends/src/server/org/opends/server/replication/server/ServerHandler.java
@@ -129,7 +129,7 @@
   * this collection will contain as many elements as there are
   * LDAP servers connected to the remote replication server.
   */
  private Map<Short, LightweightServerHandler> connectedServers =
  private final Map<Short, LightweightServerHandler> connectedServers =
    new ConcurrentHashMap<Short, LightweightServerHandler>();
  /**