Removing unused imports

git-svn-id: https://svn.apache.org/repos/asf/commons/sandbox/csv/trunk@635453 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2008-03-10 06:38:55 +00:00
parent 257a15ec05
commit f444c7cd3b
2 changed files with 0 additions and 4 deletions

View File

@ -21,9 +21,7 @@ import java.io.Reader;
import java.io.StringReader;
import java.util.Arrays;
import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;
/**
* CSVParserTest

View File

@ -18,9 +18,7 @@ package org.apache.commons.csv;
import java.io.StringReader;
import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;
/**
* CSVStrategyTest