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

boli
09.57.2007 7ba39a6c06cd5ff7ae7ab0295a11f49703a6e859
opends/src/server/org/opends/server/backends/jeb/EntryContainer.java
@@ -614,6 +614,17 @@
  }
  /**
   * Get the state database used by this entry container.
   * The entry container must have been opened.
   *
   * @return The state database.
   */
  public State getState()
  {
    return state;
  }
  /**
   * Look for an attribute index for the given attribute type.
   *
   * @param attrType The attribute type for which an attribute index is needed.