You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2022/04/12 10:27:46 UTC

[camel] 06/09: CAMEL-17763: cleanup unused exceptions in camel-iota

This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 7c1829b7af37fcdad1e298f3cdce7ff07695dffb
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Tue Apr 12 11:10:20 2022 +0200

    CAMEL-17763: cleanup unused exceptions in camel-iota
---
 .../src/test/java/org/apache/camel/component/iota/IOTAProducerTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-iota/src/test/java/org/apache/camel/component/iota/IOTAProducerTest.java b/components/camel-iota/src/test/java/org/apache/camel/component/iota/IOTAProducerTest.java
index 6f979c48eed..2d3da879a6f 100644
--- a/components/camel-iota/src/test/java/org/apache/camel/component/iota/IOTAProducerTest.java
+++ b/components/camel-iota/src/test/java/org/apache/camel/component/iota/IOTAProducerTest.java
@@ -110,7 +110,7 @@ public class IOTAProducerTest extends CamelTestSupport {
     }
 
     @Override
-    protected RouteBuilder createRouteBuilder() throws Exception {
+    protected RouteBuilder createRouteBuilder() {
         return new RouteBuilder() {
             @Override
             public void configure() {