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

Matthew Swift
23.24.2011 d34bf5be3b9fb0cfe6291f35d71bdef728d7120c
opendj3/opendj-sdk/src/main/java/org/opends/sdk/controls/AssertionRequestControl.java
@@ -29,7 +29,7 @@
import static com.sun.opends.sdk.util.StaticUtils.getExceptionMessage;
import static com.forgerock.opendj.util.StaticUtils.getExceptionMessage;
import static org.opends.sdk.CoreMessages.ERR_LDAPASSERT_CONTROL_BAD_OID;
import static org.opends.sdk.CoreMessages.ERR_LDAPASSERT_INVALID_CONTROL_VALUE;
import static org.opends.sdk.CoreMessages.ERR_LDAPASSERT_NO_CONTROL_VALUE;
@@ -42,8 +42,8 @@
import org.opends.sdk.asn1.ASN1Reader;
import org.opends.sdk.asn1.ASN1Writer;
import com.sun.opends.sdk.ldap.LDAPUtils;
import com.sun.opends.sdk.util.Validator;
import com.forgerock.opendj.ldap.LDAPUtils;
import com.forgerock.opendj.util.Validator;