removed unused imports

This commit is contained in:
Jeremy Long
2017-09-03 16:09:02 -04:00
parent f51a7371b7
commit cc256d5ef0

View File

@@ -17,13 +17,7 @@
*/
package org.owasp.dependencycheck.data.lucene;
import java.io.Reader;
import org.apache.lucene.analysis.Analyzer;
import org.apache.lucene.analysis.util.CharArraySet;
import org.junit.After;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
import static org.junit.Assert.*;