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

Jean-Noël Rouvignac
03.39.2015 e4c1b15c2f636d0ec0c9baf0d5190d5a80174eab
opendj-server-legacy/src/main/java/org/opends/server/replication/common/MultiDomainServerState.java
@@ -54,14 +54,10 @@
 */
public class MultiDomainServerState implements Iterable<DN>
{
  /**
   * The list of (domain service id, ServerState).
   */
  /** The list of (domain service id, ServerState). */
  private final ConcurrentMap<DN, ServerState> list;
  /**
   * Creates a new empty object.
   */
  /** Creates a new empty object. */
  public MultiDomainServerState()
  {
    list = new ConcurrentSkipListMap<>();