You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2016/06/30 07:40:11 UTC

camel git commit: Fixed wrong doc

Repository: camel
Updated Branches:
  refs/heads/master 09f33bf8e -> 853feb5da


Fixed wrong doc


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/853feb5d
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/853feb5d
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/853feb5d

Branch: refs/heads/master
Commit: 853feb5da151477c4aa3694fd3fdb10ce8f719dd
Parents: 09f33bf
Author: Claus Ibsen <da...@apache.org>
Authored: Thu Jun 30 09:40:03 2016 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Thu Jun 30 09:40:03 2016 +0200

----------------------------------------------------------------------
 components/camel-ftp/src/main/docs/ftp.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/853feb5d/components/camel-ftp/src/main/docs/ftp.adoc
----------------------------------------------------------------------
diff --git a/components/camel-ftp/src/main/docs/ftp.adoc b/components/camel-ftp/src/main/docs/ftp.adoc
index f6f9df4..4afc4e6 100644
--- a/components/camel-ftp/src/main/docs/ftp.adoc
+++ b/components/camel-ftp/src/main/docs/ftp.adoc
@@ -396,9 +396,9 @@ used as the filename instead.
 This header is set by Camel and its purpose is providing end-users the
 name of the file that was written.
 
-|`CamelFileBatchIndex` |Current index out of total number of files being consumed in this batch.
+|`CamelFileIndex` |Current index out of total number of files being consumed in this batch.
 
-|`CamelFileBatchSize` |Total number of files being consumed in this batch.
+|`CamelFileSize` |Total number of files being consumed in this batch.
 
 |`CamelFileHost` |The remote hostname.