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

Matthew Swift
29.59.2012 346fa902bcab5c5225e578fe32bb4442fd61afdb
opendj-sdk/opends/src/server/org/opends/server/replication/plugin/MultimasterReplication.java
@@ -31,10 +31,10 @@
import static org.opends.server.replication.plugin.
ReplicationRepairRequestControl.*;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.concurrent.BlockingQueue;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.LinkedBlockingQueue;
import static org.opends.server.util.StaticUtils.stackTraceToSingleLineString;
@@ -98,7 +98,7 @@
{
  private ReplicationServerListener replicationServerListener = null;
  private static Map<DN, LDAPReplicationDomain> domains =
    new HashMap<DN, LDAPReplicationDomain>() ;
    new ConcurrentHashMap<DN, LDAPReplicationDomain>(4) ;
  /**
   * The queue of received update messages, to be treated by the ReplayThread