Change WordWrapUtils to WordUtils.. Just noticed it in the javadocs.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@161678 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5e18fd65ff
commit
363f779eb1
|
@ -33,9 +33,9 @@ package org.apache.commons.lang;
|
|||
public class WordUtils {
|
||||
|
||||
/**
|
||||
* <p><code>WordWrapUtils</code> instances should NOT be constructed in
|
||||
* <p><code>WordUtils</code> instances should NOT be constructed in
|
||||
* standard programming. Instead, the class should be used as
|
||||
* <code>WordWrapUtils.wrap("foo bar", 20);</code>.</p>
|
||||
* <code>WordUtils.wrap("foo bar", 20);</code>.</p>
|
||||
*
|
||||
* <p>This constructor is public to permit tools that require a JavaBean
|
||||
* instance to operate.</p>
|
||||
|
|
Loading…
Reference in New Issue