From 1b9f39db0f5450de6c3bb97cec681c342fff5944 Mon Sep 17 00:00:00 2001 From: matthew_swift <matthew_swift@localhost> Date: Tue, 08 Dec 2009 10:52:42 +0000 Subject: [PATCH] Move Message/MessageBuilder/LocalizableException/LocalizableIllegalArgumentException to public API since other public API elements reference them. Prefix Message/MessageBuilder with Localizable to emphasize that these classes are I18N related and not protocol messages. Keep MessageDescriptor private since users should not need access to it for now. --- sdk/src/org/opends/sdk/ldap/LDAPConnection.java | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/sdk/src/org/opends/sdk/ldap/LDAPConnection.java b/sdk/src/org/opends/sdk/ldap/LDAPConnection.java index d2776f8..0ff3ef2 100644 --- a/sdk/src/org/opends/sdk/ldap/LDAPConnection.java +++ b/sdk/src/org/opends/sdk/ldap/LDAPConnection.java @@ -58,7 +58,6 @@ import com.sun.grizzly.filterchain.StreamTransformerFilter; import com.sun.grizzly.ssl.*; import com.sun.grizzly.streams.StreamWriter; -import com.sun.opends.sdk.util.LocalizedIllegalArgumentException; import com.sun.opends.sdk.util.Validator; -- Gitblit v1.10.0