rwaldhoff 02/04/22 17:00:51
Modified: pool STATUS.html
Log:
minor updates to status file
someone wanna make this an xdoc or something?
Revision Changes Path
1.2 +4 -4 jakarta-commons/pool/STATUS.html
Index: STATUS.html
===================================================================
RCS file: /home/cvs/jakarta-commons/pool/STATUS.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- STATUS.html 14 Apr 2001 16:40:32 -0000 1.1
+++ STATUS.html 23 Apr 2002 00:00:51 -0000 1.2
@@ -7,7 +7,7 @@
<div align="center">
<h1>The Jakarta Commons <em>Pool</em> Package</h1>
-$Id: STATUS.html,v 1.1 2001/04/14 16:40:32 rwaldhoff Exp $<br>
+$Id: STATUS.html,v 1.2 2002/04/23 00:00:51 rwaldhoff Exp $<br>
<a href="#Introduction">[Introduction]</a>
<a href="#Dependencies">[Dependencies]</a>
<a href="#Release Info">[Release Info]</a>
@@ -51,7 +51,7 @@
(Version 1.2 or later)</li>
<li>Jakarta-Commons Collections package (Version 1.0 or later)</li>
<li><a href="http://www.junit.org">JUnit Testing Framework</a>
- (Version 3.2 or later) - for unit tests only, not required
+ (Version 3.7 or later) - for unit tests only, not required
for deployment</li>
</ul>
@@ -92,8 +92,8 @@
</tr>
<tr>
- <td><strong>Weak-Reference Based Pools</strong> - pool implementations
- that keep weak references to the pooled instances, evicting objects
+ <td><strong>Soft-Reference Based Pools</strong> - pool implementations
+ that keep soft references to the pooled instances, evicting objects
when the VM needs memory</td>
<td align="center"> </td>
</tr>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>