Thanks Fredrik, 'tis applied. Nice work.
I'll try to figure out the WordWrapUtils split issue, and will take a look at the join() javadoc problem. 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]
