From 334b68718acfb3bba40a5443bd3244172eeed4a9 Mon Sep 17 00:00:00 2001 From: Henri Yandell Date: Mon, 18 Aug 2003 02:38:02 +0000 Subject: [PATCH] Updated WordWrapUtils to WordUtils git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137627 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/STATUS.html b/STATUS.html index a72448f09..a27a5648d 100644 --- a/STATUS.html +++ b/STATUS.html @@ -7,7 +7,7 @@

The Jakarta Commons Lang Component

-$Id: STATUS.html,v 1.45 2003/08/02 18:28:19 scolebourne Exp $
+$Id: STATUS.html,v 1.46 2003/08/18 02:38:02 bayard Exp $
[Introduction] [Dependencies] [Release Info] @@ -38,7 +38,7 @@ The following principal classes are included:

  • StringEscapeUtils - Utility for escaping and unescaping Strings.
  • StringUtils - Helper for java.lang.String.
  • SystemUtils - Utility class defining the Java system properties.
  • -
  • WordWrapUtils - Utility for working with words.
  • +
  • WordUtils - Utility for working with words.
  • Builder package - A package for the creation of equals, hashCode, compareTo and toString methods.