Well you're mail indicated you wanted to discuss this first. I'd like to leave this out of 1.0 and really think this through.
2014-04-07 16:50 GMT+02:00 <ggreg...@apache.org>: > Author: ggregory > Date: Mon Apr 7 14:50:26 2014 > New Revision: 1585496 > > URL: http://svn.apache.org/r1585496 > Log: > [CSV-110] Add ability to parse single lines. > > Modified: > > commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVParser.java > > Modified: > commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVParser.java > URL: > http://svn.apache.org/viewvc/commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVParser.java?rev=1585496&r1=1585495&r2=1585496&view=diff > > ============================================================================== > --- > commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVParser.java > (original) > +++ > commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVParser.java > Mon Apr 7 14:50:26 2014 > @@ -435,7 +435,7 @@ public final class CSVParser implements > * @throws IOException > * on parse error or input read-failure > */ > - CSVRecord nextRecord() throws IOException { > + public CSVRecord nextRecord() throws IOException { > CSVRecord result = null; > this.record.clear(); > StringBuilder sb = null; > > > -- http://people.apache.org/~britter/ http://www.systemoutprintln.de/ http://twitter.com/BenediktRitter http://github.com/britter