Added action item for exception package tests.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@136994 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Daniel Rall 2002-08-26 05:59:42 +00:00
parent c82320c015
commit 9d31e575bd
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<div align="center">
<h1>The Jakarta Commons <em>Lang</em> Component</h1>
$Id: STATUS.html,v 1.8 2002/08/25 22:18:24 scolebourne Exp $<br />
$Id: STATUS.html,v 1.9 2002/08/26 05:59:42 dlr Exp $<br />
<a href="#Introduction">[Introduction]</a>
<a href="#Dependencies">[Dependencies]</a>
<a href="#Release Info">[Release Info]</a>
@ -93,6 +93,7 @@ <h3>5. ACTION ITEMS</h3>
<li>CalendarUtils - possible addition of a calendar utility class (from Serge Knystautas)</li>
<li>CloneUtils - utility class to enable cloning via various different mechanisms</li>
<li>StringUtils containsOnly method - proposed new method to check if a string contains only certain chars</li>
<li>exception package tests - consolidate code duplicated across tests for Nestable implementations</li>
</ul>
<a name="Committers"></a>