You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ba...@apache.org on 2006/10/20 01:47:37 UTC

svn commit: r465936 - /jakarta/commons/proper/pool/trunk/src/java/org/apache/commons/pool/composite/package.html

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>
     {@link 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
-    {@link org.apache.commons.pool.composite.NullTracker} and
-    {@link org.apache.commons.pool.composite.SimpleTracker} classes are very simple. The
+    {@link org.apache.commons.pool.composite.SimpleTracker} classes is very simple. The
     {@link 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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org