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

Jean-Noël Rouvignac
06.29.2016 08cb78a98bc35e0c625917d63de381b0093711f2
opendj-server-legacy/src/test/java/org/opends/server/schema/FakeEntryIndex.java
@@ -72,7 +72,7 @@
  void add(Entry entry) throws DecodeException
  {
    Attribute attribute = entry.getExactAttribute(AttributeDescription.create(attrType));
    Attribute attribute = entry.getAttribute(AttributeDescription.create(attrType));
    for (ByteString key : index(attribute))
    {
      Set<Entry> entries = index.get(key);