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

matthew_swift
03.04.2009 39db72786ec179e67e3c1c0c71a2e93672999ea5
sdk/src/org/opends/sdk/asn1/ASN1OutputStreamWriter.java
@@ -28,7 +28,7 @@
import static org.opends.messages.ProtocolMessages.ERR_ASN1_SEQUENCE_WRITE_NOT_STARTED;
import static com.sun.opends.sdk.util.Messages.ERR_ASN1_SEQUENCE_WRITE_NOT_STARTED;
import static org.opends.sdk.asn1.ASN1Constants.BOOLEAN_VALUE_FALSE;
import static org.opends.sdk.asn1.ASN1Constants.BOOLEAN_VALUE_TRUE;
@@ -37,7 +37,7 @@
import java.util.ArrayList;
import java.util.logging.Level;
import org.opends.messages.Message;
import com.sun.opends.sdk.util.Message;
import org.opends.sdk.util.ByteSequence;
import org.opends.sdk.util.ByteSequenceOutputStream;
import org.opends.sdk.util.ByteStringBuilder;