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

Matthew Swift
07.53.2013 c75242101ac6f034c8431fc8d9b7a72374a136f8
opendj-sdk/opends/src/server/org/opends/server/replication/server/ReplicationDomainMonitorData.java
@@ -314,7 +314,7 @@
    {
      maxCSNs.put(serverId, newCSN);
    }
    else if (newCSN.newer(currentMaxCSN))
    else if (newCSN.isNewerThan(currentMaxCSN))
    {
      maxCSNs.replace(serverId, newCSN);
    }