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

gbellato
13.26.2008 9f0dae3d08ca0cf7c131af2f1fc09670ace301fa
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>();
  /**