From 9fdb95ca9c3c8e3524845760b81a85c7a4c81a45 Mon Sep 17 00:00:00 2001 From: matthew_swift <matthew_swift@localhost> Date: Fri, 04 Dec 2009 11:49:33 +0000 Subject: [PATCH] Drop util package: move ByteString hierarchy into top level sdk package and other "internal" classes to com.sun.*. Move messages into their own package. Clean up imports. --- sdk/src/org/opends/sdk/schema/CertificateListSyntaxImpl.java | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/sdk/src/org/opends/sdk/schema/CertificateListSyntaxImpl.java b/sdk/src/org/opends/sdk/schema/CertificateListSyntaxImpl.java index 98ecb08..a98212d 100644 --- a/sdk/src/org/opends/sdk/schema/CertificateListSyntaxImpl.java +++ b/sdk/src/org/opends/sdk/schema/CertificateListSyntaxImpl.java @@ -29,12 +29,11 @@ -import static org.opends.sdk.schema.SchemaConstants.EMR_OCTET_STRING_OID; -import static org.opends.sdk.schema.SchemaConstants.OMR_OCTET_STRING_OID; -import static org.opends.sdk.schema.SchemaConstants.SYNTAX_CERTLIST_NAME; +import static org.opends.sdk.schema.SchemaConstants.*; + +import org.opends.sdk.ByteSequence; import com.sun.opends.sdk.util.MessageBuilder; -import org.opends.sdk.util.ByteSequence; -- Gitblit v1.10.0