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/controls/PagedResultsControl.java | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sdk/src/org/opends/sdk/controls/PagedResultsControl.java b/sdk/src/org/opends/sdk/controls/PagedResultsControl.java index fc01e7c..9fc130ec 100644 --- a/sdk/src/org/opends/sdk/controls/PagedResultsControl.java +++ b/sdk/src/org/opends/sdk/controls/PagedResultsControl.java @@ -2,14 +2,14 @@ -import static org.opends.messages.ProtocolMessages.ERR_LDAP_PAGED_RESULTS_DECODE_COOKIE; -import static org.opends.messages.ProtocolMessages.ERR_LDAP_PAGED_RESULTS_DECODE_NULL; -import static org.opends.messages.ProtocolMessages.ERR_LDAP_PAGED_RESULTS_DECODE_SEQUENCE; -import static org.opends.messages.ProtocolMessages.ERR_LDAP_PAGED_RESULTS_DECODE_SIZE; +import static com.sun.opends.sdk.util.Messages.ERR_LDAP_PAGED_RESULTS_DECODE_COOKIE; +import static com.sun.opends.sdk.util.Messages.ERR_LDAP_PAGED_RESULTS_DECODE_NULL; +import static com.sun.opends.sdk.util.Messages.ERR_LDAP_PAGED_RESULTS_DECODE_SEQUENCE; +import static com.sun.opends.sdk.util.Messages.ERR_LDAP_PAGED_RESULTS_DECODE_SIZE; import java.io.IOException; -import org.opends.messages.Message; +import com.sun.opends.sdk.util.Message; import org.opends.sdk.DecodeException; import org.opends.sdk.asn1.ASN1; import org.opends.sdk.asn1.ASN1Reader; -- Gitblit v1.10.0