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

Jean-Noel Rouvignac
10.32.2013 b4a1565a2ab3cd0192a1b17c026f16e151fd04ca
opends/src/server/org/opends/server/replication/server/changelog/api/ChangeNumberIndexDB.java
@@ -99,9 +99,8 @@
  long addRecord(CNIndexRecord record) throws ChangelogException;
  /**
   * Generate a new {@link ChangeNumberIndexDBCursor} that allows to browse the
   * db managed by this object and starting at the position defined by a given
   * changeNumber.
   * Generate a new {@link DBCursor} that allows to browse the db managed by
   * this object and starting at the position defined by a given changeNumber.
   *
   * @param startChangeNumber
   *          The position where the iterator must start.
@@ -111,7 +110,7 @@
   * @throws ChangelogException
   *           if a database problem occurs.
   */
  ChangeNumberIndexDBCursor getCursorFrom(long startChangeNumber)
  DBCursor<CNIndexRecord> getCursorFrom(long startChangeNumber)
      throws ChangelogException;
}