]> gitweb.fperrin.net Git - DictionaryPC.git/blobdiff - src/com/hughes/android/dictionary/engine/DictionaryTest.java
Import cleanup/changes for Eclipse compatibility.
[DictionaryPC.git] / src / com / hughes / android / dictionary / engine / DictionaryTest.java
index d1dcc2b36ebe05e4536aa23d2d7fe3d0c7ce910a..8b25f9d8a9f0b242083f14e80943bc68e85f325d 100644 (file)
@@ -21,11 +21,11 @@ import java.util.List;
 import java.util.Random;
 import java.util.concurrent.atomic.AtomicBoolean;
 
-import junit.framework.TestCase;
-
 import com.hughes.android.dictionary.engine.Index.IndexEntry;
 import com.hughes.util.CollectionUtil;
 
+import junit.framework.TestCase;
+
 
 public class DictionaryTest extends TestCase {