Fix consequences of removing throws
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 1 Oct 2011 14:06:21 +0000 (14:06 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 1 Oct 2011 14:06:21 +0000 (14:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1177983 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/tribes/membership/McastServiceImpl.java

index e2f805f..8569ed4 100644 (file)
@@ -408,8 +408,6 @@ public class McastServiceImpl
                     data[i] = buffer.extractPackage(true);
                 }catch (IllegalStateException ise) {
                     log.debug("Unable to decode message.",ise);
-                }catch (IOException x) {
-                    log.debug("Unable to decode message.",x);
                 }
             }
             Runnable t = new Runnable() {