From ef1464b9215f59886a2b452c2f77582ae8be3c13 Mon Sep 17 00:00:00 2001 From: Henri Yandell Date: Mon, 7 Jul 2003 15:13:20 +0000 Subject: [PATCH] Date/Time package now in. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137399 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/STATUS.html b/STATUS.html index 009345dbc..3649087bd 100644 --- a/STATUS.html +++ b/STATUS.html @@ -7,7 +7,7 @@

The Jakarta Commons Lang Component

-$Id: STATUS.html,v 1.38 2003/07/07 15:11:35 bayard Exp $
+$Id: STATUS.html,v 1.39 2003/07/07 15:13:20 bayard Exp $
[Introduction] [Dependencies] [Release Info] @@ -125,7 +125,6 @@

5. ACTION ITEMS

  • Reflection utilities - work underway in reflect package.
  • Operating system information - maybe part of SystemUtils, maybe another project
  • Maths utils - possible addition of mathmatics helper.
  • -
  • Date and Calendar utils - work underway in time package.
  • DateRange
  • CloneUtils - utility class to enable cloning via various different mechanisms. This code exists in [pattern] at present.
  • StringUtils unescape method - String Taglib has shown that this method is missing from StringUtils. It would take a String with "\n" in and convert it to the Java character. unescape and escape should be symmetric - [DONE. Test symmetry]