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/SchemaNotFoundException.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opendj-sdk/sdk/src/org/opends/sdk/schema/SchemaNotFoundException.java b/opendj-sdk/sdk/src/org/opends/sdk/schema/SchemaNotFoundException.java index d85b79b..1adc140 100644 --- a/opendj-sdk/sdk/src/org/opends/sdk/schema/SchemaNotFoundException.java +++ b/opendj-sdk/sdk/src/org/opends/sdk/schema/SchemaNotFoundException.java @@ -29,8 +29,8 @@ +import com.sun.opends.sdk.util.LocalizableException; import com.sun.opends.sdk.util.Message; -import org.opends.sdk.util.LocalizableException; -- Gitblit v1.10.0