git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1585716 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2014-04-08 13:02:01 +00:00
parent 966cd208ca
commit a84668e0ea

View File

@ -435,7 +435,7 @@ public final class CSVParser implements Iterable<CSVRecord>, Closeable {
* @throws IOException
* on parse error or input read-failure
*/
public CSVRecord nextRecord() throws IOException {
CSVRecord nextRecord() throws IOException {
CSVRecord result = null;
this.record.clear();
StringBuilder sb = null;