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

Matthew Swift
07.53.2013 984ba7b145520f02414eedf36b88946172ef4dd3
opends/src/server/org/opends/server/replication/service/ReplicationBroker.java
@@ -1647,7 +1647,7 @@
      }
      // Has this replication server the latest local change ?
      if (myCSN.olderOrEqual(rsCSN))
      if (myCSN.isOlderThanOrEqualTo(rsCSN))
      {
        if (myCSN.equals(rsCSN))
        {
@@ -1663,7 +1663,7 @@
            // Initialize the latest CSN
            latestRsCSN = rsCSN;
          }
          if (rsCSN.newerOrEquals(latestRsCSN))
          if (rsCSN.isNewerThanOrEqualTo(latestRsCSN))
          {
            if (rsCSN.equals(latestRsCSN))
            {