From 377b2709c64b32fe93905b466482216c2cc0581c Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Wed, 19 Mar 2014 16:30:32 +0000
Subject: [PATCH] OPENDJ-1368 (CR-3232) Remove AttributeValue

---
 opendj3-server-dev/src/server/org/opends/server/replication/plugin/AttrHistorical.java |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/opendj3-server-dev/src/server/org/opends/server/replication/plugin/AttrHistorical.java b/opendj3-server-dev/src/server/org/opends/server/replication/plugin/AttrHistorical.java
index 07d9b2b..f851ab7 100644
--- a/opendj3-server-dev/src/server/org/opends/server/replication/plugin/AttrHistorical.java
+++ b/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);
 
 }
 

--
Gitblit v1.10.0