opends/src/server/org/opends/server/replication/server/changelog/je/DraftCNDbIterator.java
@@ -67,11 +67,11 @@ /** {@inheritDoc} */ @Override public CNIndexData getCNIndexData() public CNIndexRecord getRecord() { try { return this.draftCNDbCursor.currentData(); return this.draftCNDbCursor.currentRecord(); } catch (Exception e) {