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 a5acc430d8c9bde417dbf58bc2611a0fc6602830 Author: Otavio R. Piske <[email protected]> AuthorDate: Sun Mar 13 14:38:48 2022 +0100 CAMEL-17763: cleaned up unused exceptions in camel-bean --- .../src/test/java/org/apache/camel/component/bean/BeanInfoTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-bean/src/test/java/org/apache/camel/component/bean/BeanInfoTest.java b/components/camel-bean/src/test/java/org/apache/camel/component/bean/BeanInfoTest.java index c679df7..6994e7e 100644 --- a/components/camel-bean/src/test/java/org/apache/camel/component/bean/BeanInfoTest.java +++ b/components/camel-bean/src/test/java/org/apache/camel/component/bean/BeanInfoTest.java @@ -89,7 +89,7 @@ public class BeanInfoTest { .intercept(MethodDelegation.to( new Object() { @RuntimeType - public void intercept() throws Exception { + public void intercept() { } })) .make()
