This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit df5125fea07c0ac6809f6f951b2bc01e359fd076 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Nov 29 11:31:38 2021 +0100 Align Azure Datalake Endpoint description to other Azure Components, for better documentation --- .../apache/camel/component/azure/storage/datalake/DataLakeEndpoint.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-azure/camel-azure-storage-datalake/src/main/java/org/apache/camel/component/azure/storage/datalake/DataLakeEndpoint.java b/components/camel-azure/camel-azure-storage-datalake/src/main/java/org/apache/camel/component/azure/storage/datalake/DataLakeEndpoint.java index a7ec430..30a0953 100644 --- a/components/camel-azure/camel-azure-storage-datalake/src/main/java/org/apache/camel/component/azure/storage/datalake/DataLakeEndpoint.java +++ b/components/camel-azure/camel-azure-storage-datalake/src/main/java/org/apache/camel/component/azure/storage/datalake/DataLakeEndpoint.java @@ -30,7 +30,7 @@ import org.apache.camel.spi.UriEndpoint; import org.apache.camel.spi.UriParam; import org.apache.camel.support.ScheduledPollEndpoint; -@UriEndpoint(firstVersion = "3.8.0", scheme = "azure-storage-datalake", title = "Azure storage datalake service", +@UriEndpoint(firstVersion = "3.8.0", scheme = "azure-storage-datalake", title = "Azure Storage Datalake Service", syntax = "azure-storage-datalake:accountName/fileSystemName", category = { Category.CLOUD, Category.FILE }) public class DataLakeEndpoint extends ScheduledPollEndpoint {