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.