From 39db72786ec179e67e3c1c0c71a2e93672999ea5 Mon Sep 17 00:00:00 2001 From: matthew_swift <matthew_swift@localhost> Date: Thu, 03 Dec 2009 18:04:49 +0000 Subject: [PATCH] Split SDK from server code and add build/packaging infrastructure. --- sdk/src/org/opends/sdk/schema/IntegerEqualityMatchingRuleImpl.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/src/org/opends/sdk/schema/IntegerEqualityMatchingRuleImpl.java b/sdk/src/org/opends/sdk/schema/IntegerEqualityMatchingRuleImpl.java index f408ddc..e6770da 100644 --- a/sdk/src/org/opends/sdk/schema/IntegerEqualityMatchingRuleImpl.java +++ b/sdk/src/org/opends/sdk/schema/IntegerEqualityMatchingRuleImpl.java @@ -28,9 +28,9 @@ -import static org.opends.messages.SchemaMessages.WARN_ATTR_SYNTAX_ILLEGAL_INTEGER; +import static com.sun.opends.sdk.util.Messages.WARN_ATTR_SYNTAX_ILLEGAL_INTEGER; -import org.opends.messages.Message; +import com.sun.opends.sdk.util.Message; import org.opends.sdk.DecodeException; import org.opends.sdk.util.ByteSequence; import org.opends.sdk.util.ByteString; -- Gitblit v1.10.0