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 369bbffb4c6da108b8a3ff5141d066eee88084e9 Author: Otavio Rodolfo Piske <angusyo...@gmail.com> AuthorDate: Tue Apr 12 18:22:44 2022 +0200 CAMEL-17763: cleaned up unused exceptions in camel-resourceresolver-github --- .../test/java/org/apache/camel/github/GitHubResourceResolverTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-resourceresolver-github/src/test/java/org/apache/camel/github/GitHubResourceResolverTest.java b/components/camel-resourceresolver-github/src/test/java/org/apache/camel/github/GitHubResourceResolverTest.java index ee140bd5c60..fb20222e316 100644 --- a/components/camel-resourceresolver-github/src/test/java/org/apache/camel/github/GitHubResourceResolverTest.java +++ b/components/camel-resourceresolver-github/src/test/java/org/apache/camel/github/GitHubResourceResolverTest.java @@ -52,7 +52,7 @@ public class GitHubResourceResolverTest extends CamelTestSupport { } @Test - public void testGitHubDoesNotExist() throws Exception { + public void testGitHubDoesNotExist() { ExtendedCamelContext ecc = context.adapt(ExtendedCamelContext.class); Resource res = ecc.getResourceLoader().resolveResource("github:apache:camel:main:core/unknown.xml"); assertNotNull(res);