From f41aab0eb9b8fc42c1caea3a15434c000234c26a Mon Sep 17 00:00:00 2001
From: Chris Ridd <chris.ridd@forgerock.com>
Date: Wed, 01 May 2013 08:19:06 +0000
Subject: [PATCH] Back out commits 8812-8814
---
opends/src/server/org/opends/server/replication/plugin/AttrHistorical.java | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/opends/src/server/org/opends/server/replication/plugin/AttrHistorical.java b/opends/src/server/org/opends/server/replication/plugin/AttrHistorical.java
index af74a85..29cb91c 100644
--- a/opends/src/server/org/opends/server/replication/plugin/AttrHistorical.java
+++ b/opends/src/server/org/opends/server/replication/plugin/AttrHistorical.java
@@ -23,12 +23,11 @@
*
*
* Copyright 2006-2010 Sun Microsystems, Inc.
- * Portions Copyright 2013 ForgeRock, AS.
*/
package org.opends.server.replication.plugin;
+import java.util.ArrayList;
import java.util.Iterator;
-import java.util.Map;
import org.opends.server.replication.common.ChangeNumber;
import org.opends.server.types.AttributeType;
@@ -94,8 +93,8 @@
*
* @return the List of ValueInfo
*/
- public abstract Map<AttrValueHistorical,AttrValueHistorical>
- getValuesHistorical();
+ public abstract ArrayList<AttrValueHistorical> getValuesHistorical();
+
/**
* Returns the last time when this attribute was deleted.
--
Gitblit v1.10.0