Author: sebb
Date: Fri Jan 15 13:41:42 2010
New Revision: 899626

URL: http://svn.apache.org/viewvc?rev=899626&view=rev
Log:
Fix description

Modified:
    
commons/proper/pool/trunk/src/test/org/apache/commons/pool/impl/TestGenericObjectPool.java

Modified: 
commons/proper/pool/trunk/src/test/org/apache/commons/pool/impl/TestGenericObjectPool.java
URL: 
http://svn.apache.org/viewvc/commons/proper/pool/trunk/src/test/org/apache/commons/pool/impl/TestGenericObjectPool.java?rev=899626&r1=899625&r2=899626&view=diff
==============================================================================
--- 
commons/proper/pool/trunk/src/test/org/apache/commons/pool/impl/TestGenericObjectPool.java
 (original)
+++ 
commons/proper/pool/trunk/src/test/org/apache/commons/pool/impl/TestGenericObjectPool.java
 Fri Jan 15 13:41:42 2010
@@ -1508,7 +1508,7 @@
 
     /*
      * Very simple test thread that just tries to borrow an object from
-     * the provided pool with the specified key and returns it after a wait
+     * the provided pool returns it after a wait
      */
     static class WaitingTestThread extends Thread {
         private final GenericObjectPool _pool;


Reply via email to