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/LocalizedIllegalArgumentException.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sdk/src/org/opends/sdk/util/LocalizedIllegalArgumentException.java b/sdk/src/org/opends/sdk/util/LocalizedIllegalArgumentException.java index 5687293..d9e8d6e 100644 --- a/sdk/src/org/opends/sdk/util/LocalizedIllegalArgumentException.java +++ b/sdk/src/org/opends/sdk/util/LocalizedIllegalArgumentException.java @@ -29,7 +29,7 @@ -import org.opends.messages.Message; +import com.sun.opends.sdk.util.Message; -- Gitblit v1.10.0