mirror of https://github.com/apache/lucene.git
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:
parent
5568be02cf
commit
67b295c3a8
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue