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

Fabio Pistolesi
20.44.2015 54fbe518d8e0f66c95a8825209d6a176dcb323a1
opendj-server-legacy/src/main/java/org/opends/server/backends/ChangelogBackend.java
@@ -69,6 +69,7 @@
import org.opends.server.core.ModifyOperation;
import org.opends.server.core.PersistentSearch;
import org.opends.server.core.SearchOperation;
import org.opends.server.core.ServerContext;
import org.opends.server.replication.common.CSN;
import org.opends.server.replication.common.MultiDomainServerState;
import org.opends.server.replication.common.ServerState;
@@ -279,7 +280,7 @@
  /** {@inheritDoc} */
  @Override
  public void configureBackend(final Configuration config) throws ConfigException
  public void configureBackend(final Configuration config, ServerContext serverContext) throws ConfigException
  {
    throw new UnsupportedOperationException("The changelog backend is not configurable");
  }