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
commit a34c6ecee4003a26262e2a2011bc43d1a4074baa Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Feb 17 09:09:27 2021 +0100 CAMEL-16115 - Remove Camel-AWS-* components - AWS-SQS --- .../java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java index e25dee7..2d55f81 100644 --- a/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java +++ b/core/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/StaticEndpointBuilders.java @@ -17162,4 +17162,4 @@ public class StaticEndpointBuilders { return org.apache.camel.builder.endpoint.dsl.ZooKeeperMasterEndpointBuilderFactory.endpointBuilder(componentName, path); } } -//CHECKSTYLE:ON +//CHECKSTYLE:ON \ No newline at end of file
