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

Jean-Noel Rouvignac
04.57.2013 b1ae3d652cc31c837721fd750623cec531b94d93
opends/src/server/org/opends/server/replication/server/changelog/api/ReplicaDBCursor.java
@@ -34,7 +34,7 @@
 * This cursor allows to iterate through the changes received from a given
 * replica (Directory Server) in the topology.
 */
public interface ReplicaDBCursor extends Closeable
public interface ReplicaDBCursor extends Closeable, Comparable<ReplicaDBCursor>
{
  /**