You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/10/16 06:34:03 UTC

[camel] 03/04: CAMEL-15693 - Camel-File-watch: Event type should be a simple string on the consumer side, regen docs

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 77c8e446e47b9e91f4980846bec7d244ad13753d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Oct 16 08:29:30 2020 +0200

    CAMEL-15693 - Camel-File-watch: Event type should be a simple string on the consumer side, regen docs
---
 .../resources/org/apache/camel/catalog/docs/file-watch-component.adoc   | 2 +-
 docs/components/modules/ROOT/pages/file-watch-component.adoc            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/file-watch-component.adoc b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/file-watch-component.adoc
index 5c422b8..d9b221b 100644
--- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/file-watch-component.adoc
+++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/file-watch-component.adoc
@@ -116,7 +116,7 @@ The following headers are supported by this component:
 |Header |Description
 
 |`CamelFileEventType` |Type of event. Possible values: CREATE, DELETE, MODIFY.
-The java type of this header is `org.apache.camel.component.file.watch.constants.FileEventEnum`
+The java type of this header is String
 
 |`CamelFileName` |Name of the consumed file as a relative file path with offset from the
 starting directory configured on the endpoint.
diff --git a/docs/components/modules/ROOT/pages/file-watch-component.adoc b/docs/components/modules/ROOT/pages/file-watch-component.adoc
index 882faf1..e212ec8 100644
--- a/docs/components/modules/ROOT/pages/file-watch-component.adoc
+++ b/docs/components/modules/ROOT/pages/file-watch-component.adoc
@@ -118,7 +118,7 @@ The following headers are supported by this component:
 |Header |Description
 
 |`CamelFileEventType` |Type of event. Possible values: CREATE, DELETE, MODIFY.
-The java type of this header is `org.apache.camel.component.file.watch.constants.FileEventEnum`
+The java type of this header is String
 
 |`CamelFileName` |Name of the consumed file as a relative file path with offset from the
 starting directory configured on the endpoint.