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); }