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

Nicolas Capponi
08.33.2014 8643a9160860e31611f034467f702eb3a712eb34
opendj3-server-dev/src/server/org/opends/server/backends/TrustStoreBackend.java
@@ -78,7 +78,7 @@
import org.opends.server.types.*;
import org.opends.server.util.CertificateManager;
import org.opends.server.util.SetupUtils;
import org.opends.server.util.Validator;
import org.forgerock.util.Reject;
@@ -149,8 +149,8 @@
  @Override()
  public void configureBackend(Configuration config) throws ConfigException
  {
    Validator.ensureNotNull(config);
    Validator.ensureTrue(config instanceof TrustStoreBackendCfg);
    Reject.ifNull(config);
    Reject.ifFalse(config instanceof TrustStoreBackendCfg);
    configuration = (TrustStoreBackendCfg)config;
  }