Author: markt
Date: Thu Mar 24 15:17:20 2011
New Revision: 1084991

URL: http://svn.apache.org/viewvc?rev=1084991&view=rev
Log:
Don't need this normally

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

Modified: 
commons/proper/pool/branches/POOL_1_X/src/test/org/apache/commons/pool/impl/TestGenericObjectPool.java
URL: 
http://svn.apache.org/viewvc/commons/proper/pool/branches/POOL_1_X/src/test/org/apache/commons/pool/impl/TestGenericObjectPool.java?rev=1084991&r1=1084990&r2=1084991&view=diff
==============================================================================
--- 
commons/proper/pool/branches/POOL_1_X/src/test/org/apache/commons/pool/impl/TestGenericObjectPool.java
 (original)
+++ 
commons/proper/pool/branches/POOL_1_X/src/test/org/apache/commons/pool/impl/TestGenericObjectPool.java
 Thu Mar 24 15:17:20 2011
@@ -1182,9 +1182,11 @@ public class TestGenericObjectPool exten
 
             pool.returnObject(one.obj);
             
+            /* Uncomment this for a progress indication
             if (i % 10 == 0) {
                 System.out.println(i/10);
-            } 
+            }
+            */
         }
     }
 


Reply via email to