Repository: camel Updated Branches: refs/heads/master 7ea7d1b69 -> d8f3f817c
Update file docs asciidoc Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/d8f3f817 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/d8f3f817 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/d8f3f817 Branch: refs/heads/master Commit: d8f3f817c0146f85bc2efe66e5b4af83c39deef5 Parents: 7ea7d1b Author: Andrea Cosentino <[email protected]> Authored: Tue Jun 14 13:29:57 2016 +0200 Committer: Andrea Cosentino <[email protected]> Committed: Tue Jun 14 13:30:35 2016 +0200 ---------------------------------------------------------------------- camel-core/src/main/docs/file.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/d8f3f817/camel-core/src/main/docs/file.adoc ---------------------------------------------------------------------- diff --git a/camel-core/src/main/docs/file.adoc b/camel-core/src/main/docs/file.adoc index dd2a99c..eaf44bb 100644 --- a/camel-core/src/main/docs/file.adoc +++ b/camel-core/src/main/docs/file.adoc @@ -813,7 +813,7 @@ from("file://inbox?move=backup/${date:now:yyyyMMdd}/${file:name}").to("..."); See link:file-language.html[File Language] for more samples. -[[File2-Avoidingreadingthesamefilemorethanonce(idempotentconsumer)]] +[[File2-Avoidingreadingthesamefilemorethanonceidempotentconsumer]] Avoiding reading the same file more than once (idempotent consumer) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
