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/LinkedAttributeTest.java |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/sdk/tests/unit-tests-testng/src/org/opends/sdk/LinkedAttributeTest.java b/sdk/tests/unit-tests-testng/src/org/opends/sdk/LinkedAttributeTest.java
index 04211a9..834fc59 100644
--- a/sdk/tests/unit-tests-testng/src/org/opends/sdk/LinkedAttributeTest.java
+++ b/sdk/tests/unit-tests-testng/src/org/opends/sdk/LinkedAttributeTest.java
@@ -30,9 +30,10 @@
 
 
 import org.opends.sdk.schema.Schema;
-import org.opends.sdk.util.ByteString;
 import org.testng.annotations.Test;
 
+import org.opends.sdk.ByteString;
+
 
 
 /**

--
Gitblit v1.10.0