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

Jean-Noel Rouvignac
09.57.2013 abbdffd7e86953f89c3469bcfc659d842fb785f6
opends/src/server/org/opends/server/replication/server/changelog/api/ReplicaDBCursor.java
@@ -51,8 +51,10 @@
   * Go to the next change in the ReplicaDB or in the server Queue.
   *
   * @return false if the cursor is already on the last change before this call.
   * @throws ChangelogException
   *           When database exception raised.
   */
  boolean next();
  boolean next() throws ChangelogException;
  /**
   * Release the resources and locks used by this cursor. This method must be