You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/04/12 16:06:04 UTC

[GitHub] [camel] orpiske commented on a diff in pull request #7424: CAMEL-17763: cleaned up unused exceptions in test code (4)

orpiske commented on code in PR #7424:
URL: https://github.com/apache/camel/pull/7424#discussion_r848615913


##########
components/camel-jetty/src/test/java/org/apache/camel/component/jetty/ExplicitHttpsRouteTest.java:
##########
@@ -40,7 +40,7 @@ private Connector createSslSocketConnector(int port) throws URISyntaxException {
     }
 
     @Override
-    protected RouteBuilder createRouteBuilder() throws Exception {
+    protected RouteBuilder createRouteBuilder() {
         return new RouteBuilder() {
             public void configure() throws URISyntaxException {

Review Comment:
   Good catch! Thanks!



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org