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:
Martin van den Bemt 2005-04-17 18:42:40 +00:00
parent 5e18fd65ff
commit 363f779eb1
1 changed files with 2 additions and 2 deletions

View File

@ -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>