Making PMD suggested changes

git-svn-id: https://svn.apache.org/repos/asf/commons/sandbox/csv/trunk@631134 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2008-02-26 08:49:04 +00:00
parent 1b0ccbe4c7
commit e1377ddc67
3 changed files with 0 additions and 9 deletions

View File

@ -16,10 +16,7 @@
*/ */
package org.apache.commons.csv; package org.apache.commons.csv;
import java.io.IOException;
import java.io.Reader;
import java.io.StringReader; import java.io.StringReader;
import java.util.Arrays;
import junit.framework.Test; import junit.framework.Test;
import junit.framework.TestCase; import junit.framework.TestCase;

View File

@ -17,13 +17,8 @@
package org.apache.commons.csv; package org.apache.commons.csv;
import java.io.IOException; import java.io.IOException;
import java.io.Reader;
import java.io.StringReader;
import java.util.Arrays;
import junit.framework.Test;
import junit.framework.TestCase; import junit.framework.TestCase;
import junit.framework.TestSuite;
/** /**
* CSVUtilsTest * CSVUtilsTest

View File

@ -29,7 +29,6 @@ import junit.framework.TestSuite;
*/ */
public class ExtendedBufferedReaderTest extends TestCase { public class ExtendedBufferedReaderTest extends TestCase {
private StringBuffer buf = null;
private ExtendedBufferedReader br = null; private ExtendedBufferedReader br = null;
/** /**