Author: bayard
Date: Thu Oct 19 16:47:34 2006
New Revision: 465936

URL: http://svn.apache.org/viewvc?view=rev&rev=465936
Log:
NullTracker was deleted, so removing it from the package html

Modified:
    
jakarta/commons/proper/pool/trunk/src/java/org/apache/commons/pool/composite/package.html

Modified: 
jakarta/commons/proper/pool/trunk/src/java/org/apache/commons/pool/composite/package.html
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/pool/trunk/src/java/org/apache/commons/pool/composite/package.html?view=diff&rev=465936&r1=465935&r2=465936
==============================================================================
--- 
jakarta/commons/proper/pool/trunk/src/java/org/apache/commons/pool/composite/package.html
 (original)
+++ 
jakarta/commons/proper/pool/trunk/src/java/org/apache/commons/pool/composite/package.html
 Thu Oct 19 16:47:34 2006
@@ -14,7 +14,7 @@
   ~ limitations under the License.
   -->
 
-<!-- $Id: $ -->
+<!-- $Id$ -->
 <html>
 <body>
 <p>
@@ -152,8 +152,7 @@
 <p>
     [EMAIL PROTECTED] org.apache.commons.pool.composite.Tracker}: a tracker's 
sole responsibility is keeping track of
     active objects borrowed from the pool. A tracker will never touch an 
object that is considered to be idle. The
-    [EMAIL PROTECTED] org.apache.commons.pool.composite.NullTracker} and
-    [EMAIL PROTECTED] org.apache.commons.pool.composite.SimpleTracker} classes 
are very simple. The
+    [EMAIL PROTECTED] org.apache.commons.pool.composite.SimpleTracker} classes 
is very simple. The
     [EMAIL PROTECTED] org.apache.commons.pool.composite.ReferenceTracker} is 
much more interesting. It can detect when a
     borrowed object is not returned to the pool (assuming the garbage 
collector does it's thing in a timely manner).
     Most of it's complexity comes from the need to carefully track borrowed 
objects without creating a strong reference
@@ -164,4 +163,4 @@
 @author Sandy McArthur
 
 </body>
-</html>
\ No newline at end of file
+</html>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to