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

Chris Ridd
29.07.2013 da7eec061560d498abfb2eb261f59ca41e84a4bd
opends/src/server/org/opends/server/replication/plugin/AttrHistorical.java
@@ -23,11 +23,12 @@
 *
 *
 *      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;
@@ -93,8 +94,8 @@
   *
   * @return the List of ValueInfo
   */
  public abstract ArrayList<AttrValueHistorical> getValuesHistorical();
  public abstract Map<AttrValueHistorical,AttrValueHistorical>
      getValuesHistorical();
  /**
   * Returns the last time when this attribute was deleted.