From 09abe9517a4265dd3e6779630ccb2a43cf48a9c4 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. --- opendj-sdk/sdk/src/org/opends/sdk/schema/CountryStringSyntaxImpl.java | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/opendj-sdk/sdk/src/org/opends/sdk/schema/CountryStringSyntaxImpl.java b/opendj-sdk/sdk/src/org/opends/sdk/schema/CountryStringSyntaxImpl.java index 72efb88..8c20e5b 100644 --- a/opendj-sdk/sdk/src/org/opends/sdk/schema/CountryStringSyntaxImpl.java +++ b/opendj-sdk/sdk/src/org/opends/sdk/schema/CountryStringSyntaxImpl.java @@ -29,13 +29,13 @@ -import static com.sun.opends.sdk.util.Messages.ERR_ATTR_SYNTAX_COUNTRY_STRING_INVALID_LENGTH; -import static com.sun.opends.sdk.util.Messages.ERR_ATTR_SYNTAX_COUNTRY_STRING_NOT_PRINTABLE; +import static com.sun.opends.sdk.messages.Messages.*; +import static com.sun.opends.sdk.util.StaticUtils.*; import static org.opends.sdk.schema.SchemaConstants.*; -import static org.opends.sdk.util.StaticUtils.toLowerCase; + +import org.opends.sdk.ByteSequence; import com.sun.opends.sdk.util.MessageBuilder; -import org.opends.sdk.util.ByteSequence; -- Gitblit v1.10.0