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

abobrov
18.20.2007 1f5a62034422d30dae44ec130539d2251bf88da5
opendj-sdk/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.