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

Matthew Swift
07.53.2013 984ba7b145520f02414eedf36b88946172ef4dd3
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);
    }