From 646b09dde9e07fdb0c44b1f04011c4aacdfa6e2c Mon Sep 17 00:00:00 2001 From: markt Date: Wed, 6 Jul 2011 23:12:15 +0000 Subject: [PATCH] Remove debug code git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1143605 13f79535-47bb-0310-9956-ffa450edef68 --- test/org/apache/tomcat/util/threads/TestLimitLatch.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/org/apache/tomcat/util/threads/TestLimitLatch.java b/test/org/apache/tomcat/util/threads/TestLimitLatch.java index 1c9559604..1b5e36121 100644 --- a/test/org/apache/tomcat/util/threads/TestLimitLatch.java +++ b/test/org/apache/tomcat/util/threads/TestLimitLatch.java @@ -113,8 +113,6 @@ public class TestLimitLatch extends TestCase { latch.countUpOrAwait(); Thread.sleep(holdTime); latch.countDown(); - } catch (NullPointerException npe) { - npe.printStackTrace(); } catch (InterruptedException x) { x.printStackTrace(); } -- 2.11.0