Hi > [...] > > 7) Identify and remove superfluous methods (because of vararg usage). > Example: WordUtls.capitalize(String) and WordUtils.capitalize(String, > char...). The former is superfluous, because a call to > WordUtils.capitalize("foo") will work nevertheless (and without an > additional nested call). > > - Jörg
Thanks for the reminder; it made me remove such an unnecessary method (which I had just introduced yesterday in [Math]). Regards, Gilles --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org