remove unused imports

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150412 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Daniel Naber 2004-08-08 19:43:58 +00:00
parent 5568be02cf
commit 67b295c3a8
1 changed files with 0 additions and 3 deletions

View File

@ -19,9 +19,6 @@ package org.apache.lucene.analysis;
import java.io.*;
import junit.framework.*;
import org.apache.lucene.*;
import org.apache.lucene.analysis.*;
public class TestAnalyzers extends TestCase {
public TestAnalyzers(String name) {