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

Matthew Swift
27.32.2015 10a58f5110dd42aae14addffcfb981adc3e08c62
opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/IndexBuffer.java
@@ -59,7 +59,12 @@
  private final LinkedHashMap<VLVIndex, BufferedVLVIndexValues> bufferedVLVIndexes =
      new LinkedHashMap<VLVIndex, BufferedVLVIndexValues>();
  /** A simple class representing a pair of added and deleted indexed IDs. */
  /**
   * A simple class representing a pair of added and deleted indexed IDs. Initially both addedIDs
   * and deletedIDs are {@code null} indicating that that the whole record should be deleted. This
   * state is only ever used when updating the id2children and id2subtree indexes when deleting an
   * entry.
   */
  static class BufferedIndexValues
  {
    private EntryIDSet addedIDs;