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

pgamba
02.13.2007 a8a50d12008ef3b1471e4967125d36888c5cbdee
opendj-sdk/opends/src/server/org/opends/server/replication/server/ReplicationServer.java
@@ -42,7 +42,7 @@
import java.net.UnknownHostException;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashMap;
import java.util.concurrent.ConcurrentHashMap;
import java.util.Iterator;
import java.util.LinkedHashSet;
import java.util.List;
@@ -108,8 +108,8 @@
  /* This table is used to store the list of dn for which we are currently
   * handling servers.
   */
  private HashMap<DN, ReplicationCache> baseDNs =
          new HashMap<DN, ReplicationCache>();
  private ConcurrentHashMap<DN, ReplicationCache> baseDNs =
          new ConcurrentHashMap<DN, ReplicationCache>();
  private String localURL = "null";
  private boolean shutdown = false;