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

Jean-Noel Rouvignac
21.12.2013 76313ef302c353f983a3b9df89531ee649034fee
opendj-sdk/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);