From 2bc8d15a28fafab97cefafede06d6b7e738ae0fe Mon Sep 17 00:00:00 2001 From: matthew_swift <matthew_swift@localhost> Date: Fri, 11 Dec 2009 18:45:45 +0000 Subject: [PATCH] Various incremental improvements. --- sdk/tests/unit-tests-testng/src/org/opends/sdk/AttributeDescriptionTest.java | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/sdk/tests/unit-tests-testng/src/org/opends/sdk/AttributeDescriptionTest.java b/sdk/tests/unit-tests-testng/src/org/opends/sdk/AttributeDescriptionTest.java index 851bd26..5819963 100644 --- a/sdk/tests/unit-tests-testng/src/org/opends/sdk/AttributeDescriptionTest.java +++ b/sdk/tests/unit-tests-testng/src/org/opends/sdk/AttributeDescriptionTest.java @@ -32,11 +32,12 @@ import java.util.Iterator; import org.opends.sdk.schema.Schema; -import org.opends.sdk.util.LocalizedIllegalArgumentException; import org.testng.Assert; import org.testng.annotations.DataProvider; import org.testng.annotations.Test; +import org.opends.sdk.LocalizedIllegalArgumentException; + /** -- Gitblit v1.10.0