Author: psteitz
Date: Fri Oct 18 01:39:51 2013
New Revision: 1533305

URL: http://svn.apache.org/r1533305
Log:
s/Poolable/Pooled

Modified:
    
commons/proper/pool/trunk/src/main/java/org/apache/commons/pool2/package.html

Modified: 
commons/proper/pool/trunk/src/main/java/org/apache/commons/pool2/package.html
URL: 
http://svn.apache.org/viewvc/commons/proper/pool/trunk/src/main/java/org/apache/commons/pool2/package.html?rev=1533305&r1=1533304&r2=1533305&view=diff
==============================================================================
--- 
commons/proper/pool/trunk/src/main/java/org/apache/commons/pool2/package.html 
(original)
+++ 
commons/proper/pool/trunk/src/main/java/org/apache/commons/pool2/package.html 
Fri Oct 18 01:39:51 2013
@@ -44,7 +44,7 @@
           defines a simple object pooling interface, with methods for
           borrowing instances from and returning them to the pool.
         </dd>
-        <dt>{@link org.apache.commons.pool2.PoolableObjectFactory 
PoolableObjectFactory}</dt>
+        <dt>{@link org.apache.commons.pool2.PooledObjectFactory 
PooledObjectFactory}</dt>
         <dd>
           defines lifecycle methods for object instances contained within a 
pool.
           By associating a factory with a pool, the pool can create new object
@@ -56,8 +56,8 @@
          which pools instances of multiple types, accessed according to an
          arbitrary key. See
          {@link org.apache.commons.pool2.KeyedObjectPool KeyedObjectPool} and
-         {@link org.apache.commons.pool2.KeyedPoolableObjectFactory
-         KeyedPoolableObjectFactory}.
+         {@link org.apache.commons.pool2.KeyedPooledObjectFactory
+         KeyedPooledObjectFactory}.
       </p>
    </body>
 </html>


Reply via email to