Remove unused imports.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1398021 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2012-10-14 06:01:21 +00:00
parent 010c81e8b4
commit 1046db8f90
1 changed files with 0 additions and 2 deletions

View File

@ -25,8 +25,6 @@ import static org.apache.commons.csv.Constants.SP;
import java.io.Flushable;
import java.io.IOException;
import java.util.Arrays;
import java.util.Collection;
/**
* Prints values in a CSV format.