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

davidely
02.00.2007 db4a0e0b9584ca69724f0492ad9e091aa02d01fc
opendj-sdk/opends/src/server/org/opends/server/backends/jeb/Index.java
@@ -728,6 +728,15 @@
  }
  /**
   * Return true iff this index is trusted.
   * @return the trusted state of this index
   */
  public synchronized boolean isTrusted()
  {
    return trusted;
  }
  /**
   * Set the rebuild status of this index.
   * @param rebuildRunning True if a rebuild process on this index
   *                       is running or False otherwise.