tests: remove bad import

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1149677 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2011-07-22 18:08:55 +00:00
parent bb00836511
commit 74e3b8b304
1 changed files with 0 additions and 1 deletions

View File

@ -30,7 +30,6 @@ import org.apache.solr.request.SolrQueryRequest;
import org.apache.solr.schema.SchemaField; import org.apache.solr.schema.SchemaField;
import org.junit.BeforeClass; import org.junit.BeforeClass;
import org.junit.Test; import org.junit.Test;
import sun.tools.asm.CatchData;
import java.io.IOException; import java.io.IOException;
import java.util.*; import java.util.*;