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

abobrov
18.24.2008 de1a65414ae4e96bdddc7f94d6a0659900349de5
opendj-sdk/opends/src/server/org/opends/server/backends/RootDSEBackend.java
@@ -1535,9 +1535,7 @@
  /**
   * {@inheritDoc}
   */
  public boolean collectStoredDNs(Collection<DN> storedDNs)
    throws UnsupportedOperationException
  {
  public void preloadEntryCache() throws UnsupportedOperationException {
    throw new UnsupportedOperationException("Operation not supported.");
  }
}