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

Jean-Noel Rouvignac
19.30.2014 377b2709c64b32fe93905b466482216c2cc0581c
opendj3-server-dev/src/server/org/opends/server/replication/plugin/AttrHistorical.java
@@ -22,7 +22,7 @@
 *
 *
 *      Copyright 2006-2010 Sun Microsystems, Inc.
 *      Portions Copyright 2013 ForgeRock, AS.
 *      Portions Copyright 2013-2014 ForgeRock, AS.
 */
package org.opends.server.replication.plugin;
@@ -31,7 +31,7 @@
import org.opends.server.replication.common.CSN;
import org.opends.server.types.AttributeType;
import org.opends.server.types.AttributeValue;
import org.forgerock.opendj.ldap.ByteString;
import org.opends.server.types.Entry;
import org.opends.server.types.Modification;
@@ -111,7 +111,7 @@
   * @param csn     the associated CSN.
   */
  public abstract void assign(
      HistAttrModificationKey histKey, AttributeValue value, CSN csn);
      HistAttrModificationKey histKey, ByteString value, CSN csn);
}