No objections here.

Send from my mobile device

> Am 27.08.2014 um 16:20 schrieb Gary Gregory <[email protected]>:
> 
> 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: [email protected] | [email protected]
> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to