Skip to content

Commit f444c7c

Browse files
committed
Removing unused imports
git-svn-id: https://svn.apache.org/repos/asf/commons/sandbox/csv/trunk@635453 13f79535-47bb-0310-9956-ffa450edef68
1 parent 257a15e commit f444c7c

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

src/test/org/apache/commons/csv/CSVParserTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@
2121
import java.io.StringReader;
2222
import java.util.Arrays;
2323

24-
import junit.framework.Test;
2524
import junit.framework.TestCase;
26-
import junit.framework.TestSuite;
2725

2826
/**
2927
* CSVParserTest

src/test/org/apache/commons/csv/CSVStrategyTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@
1818

1919
import java.io.StringReader;
2020

21-
import junit.framework.Test;
2221
import junit.framework.TestCase;
23-
import junit.framework.TestSuite;
2422

2523
/**
2624
* CSVStrategyTest

0 commit comments

Comments
 (0)