On Jul 31, 2013, at 4:40, Emmanuel Bourg <ebo...@apache.org> wrote:

> Le 31/07/2013 10:15, Benedikt Ritter a écrit :
>
>> Now that I'm thinking about it I don't understand what we need the copy
>> method at all. CSVFormats are immutable and can therefore be shared. If I
>> want a copy of a format but with a parameter set differently I can simply
>> call the withXxx() method and get a new format.
>
>
> Yes it's immutable, we don't care about copying. Let's drop the copy()
> method.

Ok, sounds good. We should Javadoc clearly how to "copy and change" a
format then.

Gary
>
> Emmanuel Bourg
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to