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

neil_a_wilson
28.43.2007 a13fff43945f15022f9d96e0d2de2e572d6c81cf
opendj-sdk/opends/src/server/org/opends/server/backends/jeb/RootContainer.java
@@ -670,6 +670,15 @@
    return (nextid.get() - 1);
  }
  /**
   * Resets the next entry ID counter to zero.  This should only be used after
   * clearing all databases.
   */
  public void resetNextEntryID()
  {
    nextid.set(1);
  }
  /**