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

pgamba
09.42.2009 bb81bc6849dcbf41593822bf5f8b181249e5afed
Minor comments improvements
2 files modified
7 ■■■■ changed files
opends/src/server/org/opends/server/replication/server/ECLServerHandler.java 5 ●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ReplicationServerDomain.java 2 ●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/replication/server/ECLServerHandler.java
@@ -234,7 +234,10 @@
          UpdateMsg newMsg;
          do {
            newMsg = mh.getnextMessage(false);
            // older than latest domain trimdate ?
            // when the replication changelog is trimmed, the last (latest) chg
            // is left in the db (whatever its age), and we don't want this chg
            // to be returned in the external changelog.
            // So let's check if the chg time is older than the trim date
          } while ((newMsg!=null) &&
              (newMsg.getChangeNumber().getTime() < domainLatestTrimDate));
opends/src/server/org/opends/server/replication/server/ReplicationServerDomain.java
@@ -3128,7 +3128,7 @@
    ServerState dbState = this.getDbServerState();
    // The result is initialized from the dbState.
    // From it, we don't want to kepp the changes newer than eligibleCN.
    // From it, we don't want to keep the changes newer than eligibleCN.
    result = dbState.duplicate();
    if (eligibleCN != null)