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