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

Jean-Noel Rouvignac
30.29.2013 4772c4aec3a23175ad9ac33b4cd843062168d335
opends/src/server/org/opends/server/replication/server/changelog/api/ReplicaDBCursor.java
File was renamed from opends/src/server/org/opends/server/replication/server/changelog/api/ReplicationDBCursor.java
@@ -32,9 +32,9 @@
/**
 * This cursor allows to iterate through the changes received from a given
 * LDAP Server Identifier.
 * replica (Directory Server) in the topology.
 */
public interface ReplicationDBCursor extends Closeable
public interface ReplicaDBCursor extends Closeable
{
  /**
@@ -45,7 +45,7 @@
  UpdateMsg getChange();
  /**
   * Go to the next change in the ReplicationDB or in the server Queue.
   * 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.
   */