You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2011/07/07 01:12:15 UTC

svn commit: r1143605 - /tomcat/trunk/test/org/apache/tomcat/util/threads/TestLimitLatch.java

Author: markt
Date: Wed Jul  6 23:12:15 2011
New Revision: 1143605

URL: http://svn.apache.org/viewvc?rev=1143605&view=rev
Log:
Remove debug code

Modified:
    tomcat/trunk/test/org/apache/tomcat/util/threads/TestLimitLatch.java

Modified: tomcat/trunk/test/org/apache/tomcat/util/threads/TestLimitLatch.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/tomcat/util/threads/TestLimitLatch.java?rev=1143605&r1=1143604&r2=1143605&view=diff
==============================================================================
--- tomcat/trunk/test/org/apache/tomcat/util/threads/TestLimitLatch.java (original)
+++ tomcat/trunk/test/org/apache/tomcat/util/threads/TestLimitLatch.java Wed Jul  6 23:12:15 2011
@@ -113,8 +113,6 @@ public class TestLimitLatch extends Test
                 latch.countUpOrAwait();
                 Thread.sleep(holdTime);
                 latch.countDown();
-            } catch (NullPointerException npe) {
-                npe.printStackTrace();
             } catch (InterruptedException x) {
                 x.printStackTrace();
             }



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org