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

Jean-Noel Rouvignac
06.08.2013 bfe3a38b79cfb8d3b536ed03f7d2b9db918e98d6
opends/src/server/org/opends/server/replication/server/changelog/api/CNIndexRecord.java
File was renamed from opends/src/server/org/opends/server/replication/server/changelog/api/CNIndexData.java
@@ -32,7 +32,7 @@
 * The Change Number Index Data class represents records stored in the
 * {@link ChangeNumberIndexDB}.
 */
public class CNIndexData
public class CNIndexRecord
{
  /** This is the key used to store the rest of the . */
@@ -53,7 +53,7 @@
   * @param csn
   *          the replication CSN field
   */
  public CNIndexData(long changeNumber, String previousCookie, String baseDN,
  public CNIndexRecord(long changeNumber, String previousCookie, String baseDN,
      CSN csn)
  {
    super();