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

Jean-Noel Rouvignac
03.03.2013 269e03b0637011b2e79f35fbef7d5160250e2713
opendj-sdk/opends/src/server/org/opends/server/replication/plugin/HistoricalAttributeValue.java
@@ -66,8 +66,6 @@
 *  options are stored with the attribute names using; as a separator
 *  example :
 *  description;FR;France:00000108b3a6554100000001:add:added_value
 *
 *
 */
public class HistoricalAttributeValue
{
@@ -79,14 +77,17 @@
  private HistAttrModificationKey histKey;
  private String stringValue;
  // This flag indicates that this value was generated to store the last date
  // when the entry was renamed.
  /**
   * This flag indicates that this value was generated to store the last date
   * when the entry was renamed.
   */
  private boolean ismodDN = false;
  /**
   * Create a new object from the String encoded form.
   *
   * @param strVal The String encoded form of historical attribute value.
   * @see EntryHistorical#encodeAndPurge() encoding in EntryHistorical
   */
  public HistoricalAttributeValue(String strVal)
  {