No objections here.
Send from my mobile device
> Am 27.08.2014 um 16:20 schrieb Gary Gregory :
>
> It feels weird to me to write:
>
> CSVFormat.EXCEL.withAllowMissingColumnNames(true);
>
> I want to say:
>
> CSVFormat.EXCEL.withAllowMissingColumnNames();
>
> Any thought adding no arg methods
It feels weird to me to write:
CSVFormat.EXCEL.withAllowMissingColumnNames(true);
I want to say:
CSVFormat.EXCEL.withAllowMissingColumnNames();
Any thought adding no arg methods that call the 1-arg version of the method
with a default that makes sense to the "reader" of the call. In the case,
"