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/IntegerFirstComponentEqualityMatchingRuleImpl.java | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sdk/src/org/opends/sdk/schema/IntegerFirstComponentEqualityMatchingRuleImpl.java b/sdk/src/org/opends/sdk/schema/IntegerFirstComponentEqualityMatchingRuleImpl.java index de646b0..0c9c357 100644 --- a/sdk/src/org/opends/sdk/schema/IntegerFirstComponentEqualityMatchingRuleImpl.java +++ b/sdk/src/org/opends/sdk/schema/IntegerFirstComponentEqualityMatchingRuleImpl.java @@ -28,11 +28,11 @@ -import static org.opends.messages.SchemaMessages.ERR_ATTR_SYNTAX_EMPTY_VALUE; -import static org.opends.messages.SchemaMessages.ERR_ATTR_SYNTAX_EXPECTED_OPEN_PARENTHESIS; -import static org.opends.messages.SchemaMessages.ERR_EMR_INTFIRSTCOMP_FIRST_COMPONENT_NOT_INT; +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 org.opends.messages.Message; +import com.sun.opends.sdk.util.Message; import org.opends.sdk.Assertion; import org.opends.sdk.ConditionResult; import org.opends.sdk.DecodeException; -- Gitblit v1.10.0