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/ldap/LDAPDecoder.java | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sdk/src/org/opends/sdk/ldap/LDAPDecoder.java b/sdk/src/org/opends/sdk/ldap/LDAPDecoder.java index 9e757a0..353877f 100644 --- a/sdk/src/org/opends/sdk/ldap/LDAPDecoder.java +++ b/sdk/src/org/opends/sdk/ldap/LDAPDecoder.java @@ -29,7 +29,7 @@ -import static com.sun.opends.sdk.util.Messages.*; +import static com.sun.opends.sdk.messages.Messages.*; import static org.opends.sdk.asn1.ASN1Constants.*; import static org.opends.sdk.ldap.LDAPConstants.*; @@ -43,9 +43,9 @@ import org.opends.sdk.responses.*; import org.opends.sdk.sasl.GenericSASLBindRequest; import org.opends.sdk.schema.Schema; -import org.opends.sdk.util.ByteString; -import org.opends.sdk.util.LocalizedIllegalArgumentException; -import org.opends.sdk.util.StaticUtils; + +import com.sun.opends.sdk.util.LocalizedIllegalArgumentException; +import com.sun.opends.sdk.util.StaticUtils; -- Gitblit v1.10.0