No objections here.
Send from my mobile device
> Am 27.08.2014 um 16:20 schrieb Gary Gregory <garydgregory@gmail.com>:
>
> 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,
> "allow" means do it, hence true.
>
> Gary
>
> --
> E-Mail: garydgregory@gmail.com | ggregory@apache.org
> Java Persistence with Hibernate, Second Edition
> <http://www.manning.com/bauer3/>
> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
> Spring Batch in Action <http://www.manning.com/templier/>
> Blog: http://garygregory.wordpress.com
> Home: http://garygregory.com/
> Tweet! http://twitter.com/GaryGregory
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org
|