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/schema/SubstringMatchingRuleTest.java | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/sdk/tests/unit-tests-testng/src/org/opends/sdk/schema/SubstringMatchingRuleTest.java b/sdk/tests/unit-tests-testng/src/org/opends/sdk/schema/SubstringMatchingRuleTest.java index 163e4c7..4c2ee85 100644 --- a/sdk/tests/unit-tests-testng/src/org/opends/sdk/schema/SubstringMatchingRuleTest.java +++ b/sdk/tests/unit-tests-testng/src/org/opends/sdk/schema/SubstringMatchingRuleTest.java @@ -35,11 +35,12 @@ import org.opends.sdk.ConditionResult; import org.opends.sdk.DecodeException; -import org.opends.sdk.util.ByteSequence; -import org.opends.sdk.util.ByteString; import org.testng.annotations.DataProvider; import org.testng.annotations.Test; +import org.opends.sdk.ByteSequence; +import org.opends.sdk.ByteString; + /** -- Gitblit v1.10.0