Apache Commons CSV
Go to file
Gary D. Gregory f074aeedfe Delimiter is not optional so change back type from Character to char. The side effect is that the "pristine" format must be built with somekind of default (',') seems reasonable. The comment used to say "no settings defined" but that was not true, since false was passed in for two values instead of null. IMO, this is all due to the fluent API making this part of the code a little more tricky.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1397927 13f79535-47bb-0310-9956-ffa450edef68
2012-10-13 19:05:08 +00:00
src Delimiter is not optional so change back type from Character to char. The side effect is that the "pristine" format must be built with somekind of default (',') seems reasonable. The comment used to say "no settings defined" but that was not true, since false was passed in for two values instead of null. IMO, this is all due to the fluent API making this part of the code a little more tricky. 2012-10-13 19:05:08 +00:00
LICENSE-header.txt Add more reports. 2012-09-11 18:51:54 +00:00
LICENSE.txt import of csv parser code, as donated by netcetera [code grant recorded] 2005-12-17 05:41:27 +00:00
NOTICE.txt Updating copyright dates in notice per expressive last entries in each components svn log 2012-03-17 05:09:23 +00:00
checkstyle.xml Add more reports. 2012-09-11 18:51:54 +00:00
pom.xml Drop @Ignore from perf/PerformanceTest; instead add to pom surefire excludes 2012-10-13 15:30:07 +00:00