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

neil_a_wilson
09.54.2006 06e8f819bcda0d7162d662af94c6ade794e1cfe6
opends/src/server/org/opends/server/backends/SchemaBackend.java
@@ -380,6 +380,19 @@
  /**
   * {@inheritDoc}
   */
  public long getEntryCount()
  {
    assert debugEnter(CLASS_NAME, "getEntryCount");
    // There is always only a single entry in this backend.
    return 1;
  }
  /**
   * Indicates whether the data associated with this backend may be considered
   * local (i.e., in a repository managed by the Directory Server) rather than
   * remote (i.e., in an external repository accessed by the Directory Server