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

neil_a_wilson
28.43.2007 73dd9bc58413442f19cdff6a450b1a1ae167c270
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);
  }
  /**