Add more TODOs

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137131 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stephen Colebourne 2002-11-15 00:07:26 +00:00
parent 4564bf1761
commit c32f83c7bb
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.26 2002/11/14 22:01:27 scolebourne Exp $<br />
$Id: STATUS.html,v 1.27 2002/11/15 00:07:26 scolebourne Exp $<br />
<a href="#Introduction">[Introduction]</a>
<a href="#Dependencies">[Dependencies]</a>
<a href="#Release Info">[Release Info]</a>
@ -98,6 +98,7 @@ still under discussion, so please mail the list before actioning.</p>
<li>O(n) - Document all algorithm-implementing methods with the order. Possibly with an O(n) on the end of each parameterm or with an @order tag.</li>
<li>Money and Currency</li>
<li>ExceptionUtils - truncated stack trace, from Dmitri</li>
<li>Validate - a utility to aid validation - Ola Berg working on this</li>
</ul>