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. Emmanuel Bourg --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org