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

Nicolas Capponi
08.33.2014 8643a9160860e31611f034467f702eb3a712eb34
opendj3-server-dev/src/server/org/opends/server/backends/jeb/BackendImpl.java
@@ -54,7 +54,7 @@
import org.opends.server.loggers.debug.DebugTracer;
import org.opends.server.types.*;
import org.opends.server.util.RuntimeInformation;
import org.opends.server.util.Validator;
import org.forgerock.util.Reject;
import com.sleepycat.je.DatabaseException;
import com.sleepycat.je.Durability;
@@ -268,8 +268,8 @@
  public void configureBackend(Configuration cfg)
      throws ConfigException
  {
    Validator.ensureNotNull(cfg);
    Validator.ensureTrue(cfg instanceof LocalDBBackendCfg);
    Reject.ifNull(cfg);
    Reject.ifFalse(cfg instanceof LocalDBBackendCfg);
    this.cfg = (LocalDBBackendCfg)cfg;