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

Jean-Noel Rouvignac
08.55.2013 68fde1b50ba683919007b188eccc917708e8a7de
opends/src/server/org/opends/server/replication/server/changelog/api/CNIndexRecord.java
@@ -33,7 +33,7 @@
 * The Change Number Index Data class represents records stored in the
 * {@link ChangeNumberIndexDB}.
 */
public class CNIndexRecord
public final class CNIndexRecord
{
  /** This is the key used to store the rest of the . */
@@ -57,7 +57,6 @@
  public CNIndexRecord(long changeNumber, String previousCookie, DN baseDN,
      CSN csn)
  {
    super();
    this.changeNumber = changeNumber;
    this.previousCookie = previousCookie;
    this.baseDN = baseDN;