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

Jean-Noel Rouvignac
06.08.2013 bfe3a38b79cfb8d3b536ed03f7d2b9db918e98d6
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)
    {