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

Valery Kharseko
11 hours ago ace0dc341cf3a206345702029165e44fb6e8efd9
opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/EntryHistorical.java
@@ -234,7 +234,7 @@
    mods.add(new Modification(ModificationType.REPLACE, attr));
    // - update the already modified entry
    modifiedEntry.removeAttribute(attr.getAttributeDescription().getAttributeType());
    modifiedEntry.addAttribute(attr, null);
    modifiedEntry.addAttribute(attr);
  }
  /**