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

abobrov
18.20.2007 77199227c806834fa7339186781d2ebd977d4bce
opends/src/server/org/opends/server/backends/jeb/Index.java
@@ -590,6 +590,15 @@
  }
  /**
   * Increment the count of the number of keys that have exceeded the entry
   * limit since this object was created.
   */
  public void incEntryLimitExceededCount()
  {
    entryLimitExceededCount++;
  }
  /**
   * Update the index for a new entry.
   *
   * @param txn A database transaction, or null if none is required.