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

Jean-Noel Rouvignac
02.57.2013 157717b205d4c1f957cf810e04e06f11530c619c
opends/src/server/org/opends/server/replication/server/changelog/api/ChangelogDBIterator.java
@@ -28,7 +28,7 @@
import java.io.Closeable;
import org.opends.server.replication.common.ChangeNumber;
import org.opends.server.replication.common.CSN;
/**
 * Iterator into the changelog database. Once it is not used anymore, a
@@ -39,11 +39,11 @@
{
  /**
   * Getter for the replication change number field.
   * Getter for the replication CSN field.
   *
   * @return The replication change number field.
   * @return The replication CSN field.
   */
  ChangeNumber getChangeNumber();
  CSN getCSN();
  /**
   * Getter for the baseDN field.