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

Valery Kharseko
11 hours ago ace0dc341cf3a206345702029165e44fb6e8efd9
opendj-server-legacy/src/main/java/org/opends/server/backends/ChangelogBackend.java
@@ -1534,7 +1534,7 @@
  private static void addAttribute(final Entry e, final String attrType, final String attrValue)
  {
    e.addAttribute(Attributes.create(attrType, attrValue), null);
    e.addAttribute(Attributes.create(attrType, attrValue));
  }
  private static void addAttributeByType(String attrName, String attrValue,