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:
parent
1b0ccbe4c7
commit
e1377ddc67
|
@ -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;
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue