Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 7F09A200828 for ; Fri, 13 May 2016 09:56:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 7DD6C16099F; Fri, 13 May 2016 07:56:23 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id C7E5E1602C0 for ; Fri, 13 May 2016 09:56:22 +0200 (CEST) Received: (qmail 79274 invoked by uid 500); 13 May 2016 07:56:21 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 79265 invoked by uid 99); 13 May 2016 07:56:21 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 May 2016 07:56:21 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B99A3DFD4C; Fri, 13 May 2016 07:56:21 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: acosentino@apache.org To: commits@camel.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: camel git commit: Fix AWS-Kinesis docs headers section Date: Fri, 13 May 2016 07:56:21 +0000 (UTC) archived-at: Fri, 13 May 2016 07:56:23 -0000 Repository: camel Updated Branches: refs/heads/master e16dd32aa -> f4303e037 Fix AWS-Kinesis docs headers section Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/f4303e03 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/f4303e03 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/f4303e03 Branch: refs/heads/master Commit: f4303e037f5e047ea3a8797eb0e6b47eaa9fc516 Parents: e16dd32 Author: Andrea Cosentino Authored: Fri May 13 09:40:44 2016 +0200 Committer: Andrea Cosentino Committed: Fri May 13 09:40:44 2016 +0200 ---------------------------------------------------------------------- components/camel-aws/src/main/docs/aws-kinesis.adoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/f4303e03/components/camel-aws/src/main/docs/aws-kinesis.adoc ---------------------------------------------------------------------- diff --git a/components/camel-aws/src/main/docs/aws-kinesis.adoc b/components/camel-aws/src/main/docs/aws-kinesis.adoc index c3c4234..4ea637b 100644 --- a/components/camel-aws/src/main/docs/aws-kinesis.adoc +++ b/components/camel-aws/src/main/docs/aws-kinesis.adoc @@ -111,8 +111,7 @@ Message headers set by the Kinesis consumer |Header |Type |Description |`CamelAwsKinesisSequenceNumber` |`String` |The sequence number of the record. This is represented as a String as it -size is not defined by the API. If it is to be used as a numerical type -then use +size is not defined by the API. If it is to be used as a numerical type then use |`CamelAwsKinesisApproximateArrivalTimestamp` |`String` |The time AWS assigned as the arrival time of the record.