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

Fabio Pistolesi
24.41.2015 8ed24d57f423f11acc2a5c0ccdea5d3e685d8189
opendj-server-legacy/src/main/java/org/opends/server/backends/SchemaBackend.java
@@ -354,7 +354,7 @@
  /** {@inheritDoc} */
  @Override
  public void initializeBackend() throws ConfigException, InitializationException
  public void openBackend() throws ConfigException, InitializationException
  {
    // Register each of the suffixes with the Directory Server.  Also, register
    // the first one as the schema base.
@@ -480,9 +480,8 @@
  /** {@inheritDoc} */
  @Override
  public void finalizeBackend()
  public void closeBackend()
  {
    super.finalizeBackend();
    currentConfig.removeSchemaChangeListener(this);
    for (DN baseDN : baseDNs)