Hi Gilles, Gilles Sadowski wrote:
> 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]). :) But keep in mind, that such a removal is only compile time compatible and therefore no problem for lang3. - Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org