Prune unused imports.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@2841 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
karma@deadmoose.com
2010-08-30 17:24:16 +00:00
parent 695fe90bf5
commit eb4f4dc2c5
4 changed files with 0 additions and 5 deletions
@@ -25,8 +25,6 @@ import java.util.Arrays;
import org.junit.*;
import static org.junit.Assert.*;
import static com.samskivert.Log.log;
/**
* Tests the {@link ArrayUtil} class.
*/
@@ -21,7 +21,6 @@
package com.samskivert.util;
import org.junit.*;
import static org.junit.Assert.*;
/**
* Tests the {@link CheapIntMap} class.
@@ -24,7 +24,6 @@ import java.util.Iterator;
import java.util.Properties;
import org.junit.*;
import static org.junit.Assert.*;
/**
* Tests the {@link Config} class.
@@ -21,7 +21,6 @@
package com.samskivert.util;
import org.junit.*;
import static org.junit.Assert.*;
/**
* A test case for {@link Throttle}.