Remove unused import.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1638700 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2014-11-12 03:57:12 +00:00
parent 722d696e19
commit 1fcbc26b73
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@ import java.io.Closeable;
import java.io.Flushable;
import java.io.IOException;
import java.sql.ResultSet;
import java.sql.ResultSetMetaData;
import java.sql.SQLException;
/**