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

lutoff
13.09.2007 a4025c597224b522603858f50b0c41658234020b
opends/src/server/org/opends/server/backends/jeb/VerifyJob.java
@@ -197,10 +197,11 @@
   *
   * @param rootContainer The root container that holds the entries to verify.
   * @param statEntry Optional statistics entry.
   * @return The error count.
   * @throws DatabaseException If an error occurs in the JE database.
   * @throws JebException If an error occurs in the JE backend.
   */
  public void verifyBackend(RootContainer rootContainer, Entry statEntry) throws
  public long verifyBackend(RootContainer rootContainer, Entry statEntry) throws
      DatabaseException, JebException
  {
    this.rootContainer = rootContainer;
@@ -416,6 +417,7 @@
    {
      entryContainer.sharedLock.unlock();
    }
    return errorCount;
  }
  /**