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/RegexSyntaxImpl.java | 12 +++++------- 1 files changed, 5 insertions(+), 7 deletions(-) diff --git a/sdk/src/org/opends/sdk/schema/RegexSyntaxImpl.java b/sdk/src/org/opends/sdk/schema/RegexSyntaxImpl.java index 0c6ff8b..3b23c33 100644 --- a/sdk/src/org/opends/sdk/schema/RegexSyntaxImpl.java +++ b/sdk/src/org/opends/sdk/schema/RegexSyntaxImpl.java @@ -29,18 +29,16 @@ -import static com.sun.opends.sdk.util.Messages.WARN_ATTR_SYNTAX_LDAPSYNTAX_REGEX_INVALID_VALUE; -import static org.opends.sdk.schema.SchemaConstants.AMR_DOUBLE_METAPHONE_OID; -import static org.opends.sdk.schema.SchemaConstants.EMR_CASE_IGNORE_OID; -import static org.opends.sdk.schema.SchemaConstants.OMR_CASE_IGNORE_OID; -import static org.opends.sdk.schema.SchemaConstants.SMR_CASE_IGNORE_OID; +import static com.sun.opends.sdk.messages.Messages.*; +import static org.opends.sdk.schema.SchemaConstants.*; import java.util.regex.Pattern; +import org.opends.sdk.ByteSequence; + import com.sun.opends.sdk.util.Message; import com.sun.opends.sdk.util.MessageBuilder; -import org.opends.sdk.util.ByteSequence; -import org.opends.sdk.util.Validator; +import com.sun.opends.sdk.util.Validator; -- Gitblit v1.10.0