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

Chris Ridd
01.19.2013 f41aab0eb9b8fc42c1caea3a15434c000234c26a
opends/src/server/org/opends/server/replication/plugin/EntryHistorical.java
@@ -23,7 +23,7 @@
 *
 *
 *      Copyright 2006-2010 Sun Microsystems, Inc.
 *      Portions Copyright 2011-2013 ForgeRock AS
 *      Portions Copyright 2011-2012 ForgeRock AS
 */
package org.opends.server.replication.plugin;
@@ -493,8 +493,7 @@
          delAttr = true;
        }
        for (AttrValueHistorical attrValHist : attrHist.getValuesHistorical()
            .keySet())
        for (AttrValueHistorical attrValHist : attrHist.getValuesHistorical())
        {
          // Encode an attribute value
          String strValue;