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

Chris Ridd
29.07.2013 da7eec061560d498abfb2eb261f59ca41e84a4bd
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;