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 2021/03/03 10:51:31 UTC

[camel] 01/04: CAMEL-16277 - Camel-File: Use appendChar for the first message too - 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 dec84e4703d885f93c30addefc97fd38fa87a138
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Mar 3 11:40:33 2021 +0100

    CAMEL-16277 - Camel-File: Use appendChar for the first message too - docs
---
 .../main/java/org/apache/camel/component/file/GenericFileEndpoint.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-file/src/main/java/org/apache/camel/component/file/GenericFileEndpoint.java b/components/camel-file/src/main/java/org/apache/camel/component/file/GenericFileEndpoint.java
index d67dad2..c2aecc4 100644
--- a/components/camel-file/src/main/java/org/apache/camel/component/file/GenericFileEndpoint.java
+++ b/components/camel-file/src/main/java/org/apache/camel/component/file/GenericFileEndpoint.java
@@ -1454,7 +1454,7 @@ public abstract class GenericFileEndpoint<T> extends ScheduledPollEndpoint imple
 
     /**
      * Used to append characters (text) after writing files. This can for example be used to add new lines or other
-     * separators when writing and appending to existing files.
+     * separators when writing and appending to new files or existing files.
      * <p/>
      * To specify new-line (slash-n or slash-r) or tab (slash-t) characters then escape with an extra slash, eg
      * slash-slash-n