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 abdb6e9bb2160b3a6a2ff6355b618aa524598362
Author: Otavio Rodolfo Piske <angusyo...@gmail.com>
AuthorDate: Tue Apr 12 16:17:02 2022 +0200

    CAMEL-17763: cleaned up unused exceptions in camel-jooq
---
 .../test/java/org/apache/camel/component/jooq/JooqComponentTest.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-jooq/src/test/java/org/apache/camel/component/jooq/JooqComponentTest.java
 
b/components/camel-jooq/src/test/java/org/apache/camel/component/jooq/JooqComponentTest.java
index 3efe3a7a261..a8c8c884b12 100644
--- 
a/components/camel-jooq/src/test/java/org/apache/camel/component/jooq/JooqComponentTest.java
+++ 
b/components/camel-jooq/src/test/java/org/apache/camel/component/jooq/JooqComponentTest.java
@@ -46,7 +46,7 @@ public class JooqComponentTest extends BaseJooqTest {
     }
 
     @Test
-    public void testNonDefaultConfig() throws Exception {
+    public void testNonDefaultConfig() {
         JooqComponent component = (JooqComponent) 
context().getComponent("jooq");
         assertThrows(PropertyBindingException.class,
                 () -> component.createEndpoint(

Reply via email to