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

    CAMEL-17763: cleaned up unused exceptions in camel-jms
---
 .../camel/component/jms/tx/XMLQueueToProcessorTransactionTest.java      | 2 +-
 .../apache/camel/component/jms/tx/XMLQueueToQueueTransactionTest.java   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/components/camel-jms/src/test/java/org/apache/camel/component/jms/tx/XMLQueueToProcessorTransactionTest.java
 
b/components/camel-jms/src/test/java/org/apache/camel/component/jms/tx/XMLQueueToProcessorTransactionTest.java
index bffd2aabe7c..6566b174f6e 100644
--- 
a/components/camel-jms/src/test/java/org/apache/camel/component/jms/tx/XMLQueueToProcessorTransactionTest.java
+++ 
b/components/camel-jms/src/test/java/org/apache/camel/component/jms/tx/XMLQueueToProcessorTransactionTest.java
@@ -34,7 +34,7 @@ public class XMLQueueToProcessorTransactionTest extends 
AbstractTransactionTest
     }
 
     @Test
-    public void testRollbackUsingXmlQueueToQueue() throws Exception {
+    public void testRollbackUsingXmlQueueToQueue() {
         // routes should have been configured via xml and added to the camel 
context
         assertResult();
     }
diff --git 
a/components/camel-jms/src/test/java/org/apache/camel/component/jms/tx/XMLQueueToQueueTransactionTest.java
 
b/components/camel-jms/src/test/java/org/apache/camel/component/jms/tx/XMLQueueToQueueTransactionTest.java
index 1e55efe7791..6fab8b96c9c 100644
--- 
a/components/camel-jms/src/test/java/org/apache/camel/component/jms/tx/XMLQueueToQueueTransactionTest.java
+++ 
b/components/camel-jms/src/test/java/org/apache/camel/component/jms/tx/XMLQueueToQueueTransactionTest.java
@@ -34,7 +34,7 @@ public class XMLQueueToQueueTransactionTest extends 
AbstractTransactionTest {
     }
 
     @Test
-    public void testRollbackUsingXmlQueueToQueue() throws Exception {
+    public void testRollbackUsingXmlQueueToQueue() {
         // routes should have been configured via xml and added to the camel 
context
         assertResult();
     }

Reply via email to