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/IntegerFirstComponentEqualityMatchingRuleImpl.java | 15 +++++---------- 1 files changed, 5 insertions(+), 10 deletions(-) diff --git a/opendj-sdk/sdk/src/org/opends/sdk/schema/IntegerFirstComponentEqualityMatchingRuleImpl.java b/opendj-sdk/sdk/src/org/opends/sdk/schema/IntegerFirstComponentEqualityMatchingRuleImpl.java index 0c9c357..0f6dd25 100644 --- a/opendj-sdk/sdk/src/org/opends/sdk/schema/IntegerFirstComponentEqualityMatchingRuleImpl.java +++ b/opendj-sdk/sdk/src/org/opends/sdk/schema/IntegerFirstComponentEqualityMatchingRuleImpl.java @@ -28,18 +28,13 @@ -import static com.sun.opends.sdk.util.Messages.ERR_ATTR_SYNTAX_EMPTY_VALUE; -import static com.sun.opends.sdk.util.Messages.ERR_ATTR_SYNTAX_EXPECTED_OPEN_PARENTHESIS; -import static com.sun.opends.sdk.util.Messages.ERR_EMR_INTFIRSTCOMP_FIRST_COMPONENT_NOT_INT; +import static com.sun.opends.sdk.messages.Messages.*; + +import org.opends.sdk.*; import com.sun.opends.sdk.util.Message; -import org.opends.sdk.Assertion; -import org.opends.sdk.ConditionResult; -import org.opends.sdk.DecodeException; -import org.opends.sdk.util.ByteSequence; -import org.opends.sdk.util.ByteString; -import org.opends.sdk.util.StaticUtils; -import org.opends.sdk.util.SubstringReader; +import com.sun.opends.sdk.util.StaticUtils; +import com.sun.opends.sdk.util.SubstringReader; -- Gitblit v1.10.0