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:02 UTC

[camel] 02/04: CAMEL-15693 - Camel-File-watch: Event type should be a simple string on the consumer side, updated 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 e0116acdf41ee2477d4b3a563372170736a3ef57
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Oct 16 08:28:04 2020 +0200

    CAMEL-15693 - Camel-File-watch: Event type should be a simple string on the consumer side, updated docs
---
 components/camel-file-watch/src/main/docs/file-watch-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-file-watch/src/main/docs/file-watch-component.adoc b/components/camel-file-watch/src/main/docs/file-watch-component.adoc
index 5c422b8..d9b221b 100644
--- a/components/camel-file-watch/src/main/docs/file-watch-component.adoc
+++ b/components/camel-file-watch/src/main/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.