/[Apache-SVN]
ViewVC logotype

Revision 1460255


Jump to revision: Previous Next
Author: ggregory
Date: Sun Mar 24 02:03:16 2013 UTC (11 years, 8 months ago)
Changed paths: 1
Log Message:
Add a toBuilder method to do:
CSVFormat format = CSVFormat.EXCEL.toBuilder().withHeader("Col1", "Col2", "Col3").build();
Instead of:
CSVFormat format = CSVFormat.newBuilder(CSVFormat.EXCEL).withHeader("Col1", "Col2", "Col3").build();


Changed paths

Path Details
Directorycommons/proper/csv/trunk/src/test/java/org/apache/commons/csv/CSVFormatBuilderTest.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26