Side-effect of fixing https://issues.apache.org/bugzilla/show_bug.cgi?id=47827
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 15 Sep 2009 10:34:05 +0000 (10:34 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 15 Sep 2009 10:34:05 +0000 (10:34 +0000)
No need to declare throws Exception here

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@815261 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/connector/Connector.java

index b741599..14d11d8 100644 (file)
@@ -74,8 +74,7 @@ public class Connector
         this(null);
     }
 
-    public Connector(String protocol)
-        throws Exception {
+    public Connector(String protocol) {
         setProtocol(protocol);
         // Instantiate protocol handler
         try {