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/util/Base64.java | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/sdk/src/org/opends/sdk/util/Base64.java b/sdk/src/org/opends/sdk/util/Base64.java index 7d8d6bb..06fa779 100755 --- a/sdk/src/org/opends/sdk/util/Base64.java +++ b/sdk/src/org/opends/sdk/util/Base64.java @@ -28,11 +28,10 @@ -import static org.opends.messages.UtilityMessages.ERR_BASE64_DECODE_INVALID_CHARACTER; -import static org.opends.messages.UtilityMessages.ERR_BASE64_DECODE_INVALID_LENGTH; -import static org.opends.sdk.util.Validator.ensureNotNull; +import static com.sun.opends.sdk.util.Messages.*; +import static org.opends.sdk.util.Validator.*; -import org.opends.messages.Message; +import com.sun.opends.sdk.util.Message; -- Gitblit v1.10.0