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/controls/SortKey.java | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/sdk/src/org/opends/sdk/controls/SortKey.java b/sdk/src/org/opends/sdk/controls/SortKey.java index 9ba4460..36f2f16 100644 --- a/sdk/src/org/opends/sdk/controls/SortKey.java +++ b/sdk/src/org/opends/sdk/controls/SortKey.java @@ -3,7 +3,8 @@ import org.opends.sdk.AttributeDescription; -import org.opends.sdk.util.Validator; + +import com.sun.opends.sdk.util.Validator; -- Gitblit v1.10.0