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

Jean-Noel Rouvignac
14.57.2014 8339e4504244448349666eda0af74e2a080913b4
opends/src/server/org/opends/server/replication/server/changelog/je/ChangeNumberIndexer.java
@@ -228,20 +228,6 @@
  }
  /**
   * Returns the last time each serverId was seen alive for the specified
   * replication domain.
   *
   * @param baseDN
   *          the replication domain baseDN
   * @return a new ServerState object holding the {serverId => CSN} Map. Can be
   *         null if domain is not replicated.
   */
  public ServerState getDomainLastAliveCSNs(DN baseDN)
  {
    return lastAliveCSNs.getServerState(baseDN);
  }
  /**
   * Signals a replica went offline.
   *
   * @param baseDN