This is an automated email from the ASF dual-hosted git repository. tsato pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new a4b0c5d Fix section in file-component.adoc a4b0c5d is described below commit a4b0c5d24074c55fc7adf0692fa80c67753b46c3 Author: Tadayoshi Sato <sato.tadayo...@gmail.com> AuthorDate: Tue Jul 6 19:01:07 2021 +0900 Fix section in file-component.adoc --- components/camel-file/src/main/docs/file-component.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-file/src/main/docs/file-component.adoc b/components/camel-file/src/main/docs/file-component.adoc index 887eebc..557fdd0 100644 --- a/components/camel-file/src/main/docs/file-component.adoc +++ b/components/camel-file/src/main/docs/file-component.adoc @@ -637,7 +637,7 @@ Will for example create a file named `foo.done` if the target file was == Samples -#=== Read from a directory and write to another directory +=== Read from a directory and write to another directory [source,java] ----