You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2008/01/18 01:04:10 UTC

svn commit: r613015 - /httpcomponents/httpcore/trunk/module-nio/src/test/java/org/apache/http/impl/nio/reactor/TestDefaultListeningIOReactor.java

Author: olegk
Date: Thu Jan 17 16:04:06 2008
New Revision: 613015

URL: http://svn.apache.org/viewvc?rev=613015&view=rev
Log:
Removed superfluous printStackTrace() calls 

Modified:
    httpcomponents/httpcore/trunk/module-nio/src/test/java/org/apache/http/impl/nio/reactor/TestDefaultListeningIOReactor.java

Modified: httpcomponents/httpcore/trunk/module-nio/src/test/java/org/apache/http/impl/nio/reactor/TestDefaultListeningIOReactor.java
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/module-nio/src/test/java/org/apache/http/impl/nio/reactor/TestDefaultListeningIOReactor.java?rev=613015&r1=613014&r2=613015&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/module-nio/src/test/java/org/apache/http/impl/nio/reactor/TestDefaultListeningIOReactor.java (original)
+++ httpcomponents/httpcore/trunk/module-nio/src/test/java/org/apache/http/impl/nio/reactor/TestDefaultListeningIOReactor.java Thu Jan 17 16:04:06 2008
@@ -111,7 +111,6 @@
                 try {
                     ioreactor.execute(eventDispatch);
                 } catch (IOException ex) {
-                    ex.printStackTrace();
                 }
             }
             
@@ -247,7 +246,6 @@
                 try {
                     ioreactor.execute(eventDispatch);
                 } catch (IOException ex) {
-                    ex.printStackTrace();
                 }
             }