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

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