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

Jean-Noel Rouvignac
21.12.2013 207702a7577d969f685c9d2e9cf1b9a49e5a1daf
opends/src/server/org/opends/server/replication/server/DataServerHandler.java
@@ -249,7 +249,8 @@
    attributes.add(Attributes.create("connected-to",
        this.replicationServer.getMonitorInstanceName()));
    MonitorData md = replicationServerDomain.getDomainMonitorData();
    ReplicationDomainMonitorData md =
        replicationServerDomain.getDomainMonitorData();
    // Oldest missing update
    long approxFirstMissingDate = md.getApproxFirstMissingDate(serverId);