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: [email protected]
For additional commands, e-mail: [email protected]