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 fa26fd2c9122ecd8e70618d99f88120d9d018432 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Sep 1 14:12:25 2020 +0200 Camel-Atmos: Fixed typo in endpoint javadoc --- .../src/main/java/org/apache/camel/component/atmos/AtmosEndpoint.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-atmos/src/main/java/org/apache/camel/component/atmos/AtmosEndpoint.java b/components/camel-atmos/src/main/java/org/apache/camel/component/atmos/AtmosEndpoint.java index 8aaff68..3318f6d 100644 --- a/components/camel-atmos/src/main/java/org/apache/camel/component/atmos/AtmosEndpoint.java +++ b/components/camel-atmos/src/main/java/org/apache/camel/component/atmos/AtmosEndpoint.java @@ -35,7 +35,7 @@ import org.apache.camel.support.DefaultEndpoint; import static org.apache.camel.component.atmos.util.AtmosConstants.POLL_CONSUMER_DELAY; /** - * Integract with EMC's ViPR object data services using the Atmos Client. + * Integrate with EMC's ViPR object data services using the Atmos Client. */ @UriEndpoint(firstVersion = "2.15.0", scheme = "atmos", title = "Atmos", syntax = "atmos:name/operation", category = { Category.CLOUD, Category.FILE })