Updated WordWrapUtils to WordUtils

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137627 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2003-08-18 02:38:02 +00:00
parent 0894baec63
commit 334b68718a
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
<div align="center">
<h1>The Jakarta Commons <em>Lang</em> Component</h1>
$Id: STATUS.html,v 1.45 2003/08/02 18:28:19 scolebourne Exp $<br />
$Id: STATUS.html,v 1.46 2003/08/18 02:38:02 bayard Exp $<br />
<a href="#Introduction">[Introduction]</a>
<a href="#Dependencies">[Dependencies]</a>
<a href="#Release Info">[Release Info]</a>
@ -38,7 +38,7 @@ The following principal classes are included:</p>
<li><strong>StringEscapeUtils</strong> - Utility for escaping and unescaping Strings.</li>
<li><strong>StringUtils</strong> - Helper for java.lang.String.</li>
<li><strong>SystemUtils</strong> - Utility class defining the Java system properties.</li>
<li><strong>WordWrapUtils</strong> - Utility for working with words.</li>
<li><strong>WordUtils</strong> - Utility for working with words.</li>
</ul></li>
<li><strong>Builder package</strong> - A package for the creation of equals, hashCode, compareTo and toString methods.