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 bcd50deea7a791ce7fa7352d4c63a283feb99713
Author: Jan Bednář <m...@janbednar.eu>
AuthorDate: Fri Jul 5 22:39:31 2019 +0200

    CAMEL-13628: docs
---
 components/camel-file-watch/src/main/docs/file-watch-component.adoc | 4 ++--
 components/readme.adoc                                              | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

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 67a469b..ca17bee 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
@@ -3,6 +3,8 @@
 
 *Available as of Camel version 3.0*
 
+This component can be used to watch file modification events in folder. It is 
based on 
https://github.com/gmethvin/directory-watcher[gmethvin/directory-watcher].
+
 === URI Options
 
 // component options: START
@@ -90,8 +92,6 @@ The component supports 3 options, which are listed below.
 |===
 // spring-boot-auto-configure options: END
 
-This component can be used to watch file modification events in folder. It is 
based on 
https://github.com/gmethvin/directory-watcher[gmethvin/directory-watcher].
-
 === Examples:
 
 ==== Recursive watch all events (file creation, file deletion, file 
modification):
diff --git a/components/readme.adoc b/components/readme.adoc
index 1d73399..94a50b6 100644
--- a/components/readme.adoc
+++ b/components/readme.adoc
@@ -1,7 +1,7 @@
 ==== Components
 
 // components: START
-Number of Components: 297 in 234 JAR artifacts (0 deprecated)
+Number of Components: 298 in 235 JAR artifacts (0 deprecated)
 
 [width="100%",cols="4,1,5",options="header"]
 |===

Reply via email to