Remove Null placeholder singleton todo

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137046 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stephen Colebourne 2002-09-18 20:12:43 +00:00
parent 00df256006
commit aeee2518e4
1 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,7 @@
<div align="center"> <div align="center">
<h1>The Jakarta Commons <em>Lang</em> Component</h1> <h1>The Jakarta Commons <em>Lang</em> Component</h1>
$Id: STATUS.html,v 1.16 2002/09/18 19:50:35 scolebourne Exp $<br /> $Id: STATUS.html,v 1.17 2002/09/18 20:12:43 scolebourne Exp $<br />
<a href="#Introduction">[Introduction]</a> <a href="#Introduction">[Introduction]</a>
<a href="#Dependencies">[Dependencies]</a> <a href="#Dependencies">[Dependencies]</a>
<a href="#Release Info">[Release Info]</a> <a href="#Release Info">[Release Info]</a>
@ -82,7 +82,6 @@ still under discussion, so please mail the list before actioning.</p>
<ul> <ul>
<li>Reflection utilities - new sub-package to deal with reflection</li> <li>Reflection utilities - new sub-package to deal with reflection</li>
<li>Operating system information - maybe part of SystemUtils, maybe another project</li> <li>Operating system information - maybe part of SystemUtils, maybe another project</li>
<li>NullObject - Singleton object to use as a placeholder when null is not accepted</li>
<li>MathUtils - possible addition of mathmatics helper. Could go in NumberUtils</li> <li>MathUtils - possible addition of mathmatics helper. Could go in NumberUtils</li>
<li>CalendarUtils - possible addition of a calendar utility class (from Serge Knystautas)</li> <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>CloneUtils - utility class to enable cloning via various different mechanisms</li>