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

Matthew Swift
22.03.2014 8dc42dce4649dd52d4f85b161cd09350fce60920
opendj3-server-dev/src/server/org/opends/server/backends/pluggable/Index.java
@@ -241,7 +241,7 @@
    {
      EntryIDSet entryIDList = computeEntryIDList(key, value, deletedIDs, addedIDs);
      ByteString after = entryIDList.toByteString();
      if (after != null)
      if (!after.isEmpty())
      {
        put(txn, key, after);
      }
@@ -455,7 +455,7 @@
       throws StorageRuntimeException
  {
    ByteString value = entryIDList.toByteString();
    if (value != null)
    if (!value.isEmpty())
    {
      if (!entryIDList.isDefined())
      {