Return-Path: X-Original-To: apmail-camel-commits-archive@www.apache.org Delivered-To: apmail-camel-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BBCF71939F for ; Fri, 8 Apr 2016 11:49:00 +0000 (UTC) Received: (qmail 65413 invoked by uid 500); 8 Apr 2016 11:49:00 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 65298 invoked by uid 500); 8 Apr 2016 11:49:00 -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 65258 invoked by uid 99); 8 Apr 2016 11:49:00 -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, 08 Apr 2016 11:49:00 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 55090DFB95; Fri, 8 Apr 2016 11:49:00 +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 Date: Fri, 08 Apr 2016 11:49:01 -0000 Message-Id: <4c853155b6dc49aea6677a3d4171dbd1@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/2] camel git commit: CAMEL-9835: Updated documentation CAMEL-9835: Updated documentation Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/dafab12a Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/dafab12a Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/dafab12a Branch: refs/heads/master Commit: dafab12a348db2e8518691ad6f80a7401bb6c323 Parents: 8fb1874 Author: Andrea Cosentino Authored: Fri Apr 8 13:33:23 2016 +0200 Committer: Andrea Cosentino Committed: Fri Apr 8 13:48:32 2016 +0200 ---------------------------------------------------------------------- .../java/org/apache/camel/component/kafka/KafkaConfiguration.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/dafab12a/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaConfiguration.java ---------------------------------------------------------------------- diff --git a/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaConfiguration.java b/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaConfiguration.java index c110a9d..49d7fe2 100644 --- a/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaConfiguration.java +++ b/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaConfiguration.java @@ -389,7 +389,7 @@ public class KafkaConfiguration { } /** - * Name of the topic to use. + * Name of the topic to use. When used on a consumer endpoint the topic can be a comma separated list of topics. */ public void setTopic(String topic) { this.topic = topic;