opends/src/server/org/opends/server/replication/server/changelog/je/ChangeNumberIndexer.java
@@ -160,7 +160,7 @@ * @param changelogState * the changelog state used for initialization */ ChangeNumberIndexer(ChangelogDB changelogDB, ChangelogState changelogState) public ChangeNumberIndexer(ChangelogDB changelogDB, ChangelogState changelogState) { super("Change number indexer"); this.changelogDB = changelogDB; @@ -521,7 +521,6 @@ } } // OK, the oldest change is older than the medium consistency point // let's publish it to the CNIndexDB. final String previousCookie = mediumConsistencyRUV.toString();