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

Nicolas Capponi
19.39.2016 be7c9be12ddf4717855de61e89b0042fa886503b
opendj-server-legacy/src/main/java/org/opends/server/backends/SchemaBackend.java
@@ -96,7 +96,6 @@
import org.opends.server.types.Modification;
import org.opends.server.types.Privilege;
import org.opends.server.types.RestoreConfig;
import org.opends.server.types.SchemaWriter;
import org.opends.server.types.SearchFilter;
import org.opends.server.util.BackupManager;
import org.opends.server.util.LDIFException;
@@ -225,8 +224,6 @@
      }
    }
    new SchemaWriter(serverContext).updateConcatenatedSchema();
    // Register with the Directory Server as a configurable component.
    currentConfig.addSchemaChangeListener(this);
  }