You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Henri Yandell <ba...@generationjava.com> on 2003/07/10 02:56:09 UTC

Removing WordWrapUtils.wordWrap Was: [lang] Javadocfixes and minor changes


Anyone mind if I remove the wordWrap methods from WordWrapUtils?

It does not implement the split parameter currently, and in that case it's
hard to see what difference it has with the wrapText method.

Hen

On Tue, 8 Jul 2003, Fredrik Westermarck wrote:

> Hi!
>
> The following patch includes some javadoc fixes (RandomStringUtils,
> StringEscapeUtils, StringUtils, SystemUtils and WordWrapUtils), mostly
> formatting. In StringUtils I also changed rightPad(String, int),
> leftPad(String, int) and leftPad(String, int, char) to use ' ' instead
> of " " when calling left-/rightPad.
>
> I found some incomplete javadoc in StringUtils for join(Object[] array,
> char separator) and join(Iterator iterator, char separator).
>
> In WordWrapUtils the parameter split is never used in wordWrap(String,
> int, String, String).
>
>


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