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 16:45:06 UTC

[camel] 05/09: CAMEL-17763: cleaned up unused exceptions in camel-kudu

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 3bdb5079bf593519cacda9cc4fb4b2fef9f5cda3
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Tue Apr 12 17:14:45 2022 +0200

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

diff --git a/components/camel-kudu/src/test/java/org/apache/camel/component/kudu/KuduComponentConfigurationTest.java b/components/camel-kudu/src/test/java/org/apache/camel/component/kudu/KuduComponentConfigurationTest.java
index d9ffd43bd03..846706b885a 100644
--- a/components/camel-kudu/src/test/java/org/apache/camel/component/kudu/KuduComponentConfigurationTest.java
+++ b/components/camel-kudu/src/test/java/org/apache/camel/component/kudu/KuduComponentConfigurationTest.java
@@ -42,7 +42,7 @@ public class KuduComponentConfigurationTest extends CamelTestSupport {
     }
 
     @Test
-    public void wrongUrl() throws Exception {
+    public void wrongUrl() {
         KuduComponent component = new KuduComponent(this.context());
         assertThrows(Exception.class,
                 () -> component.createEndpoint("wrong url"));