This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 9e24b38 Camel-AWS2-MSK: cleanup 9e24b38 is described below commit 9e24b38a1fdef64813b236a4674dd7c5a80cb2dd Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Mar 17 18:16:51 2020 +0100 Camel-AWS2-MSK: cleanup --- .../apache/camel/component/aws2/msk/MSKComponentClientRegistryTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-aws2-msk/src/test/java/org/apache/camel/component/aws2/msk/MSKComponentClientRegistryTest.java b/components/camel-aws2-msk/src/test/java/org/apache/camel/component/aws2/msk/MSKComponentClientRegistryTest.java index 4755fcc..fec11d3 100644 --- a/components/camel-aws2-msk/src/test/java/org/apache/camel/component/aws2/msk/MSKComponentClientRegistryTest.java +++ b/components/camel-aws2-msk/src/test/java/org/apache/camel/component/aws2/msk/MSKComponentClientRegistryTest.java @@ -40,7 +40,7 @@ public class MSKComponentClientRegistryTest extends CamelTestSupport { MSK2Component component = context.getComponent("aws2-msk", MSK2Component.class); assertThrows(IllegalArgumentException.class, () -> { - MSK2Endpoint endpoint = (MSK2Endpoint)component.createEndpoint("aws2-msk://label"); + component.createEndpoint("aws2-msk://label"); }); } }