Repository: camel
Updated Branches:
  refs/heads/camel-2.17.x a8f32d4ec -> a4543cffb


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/a4543cff
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/a4543cff
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/a4543cff

Branch: refs/heads/camel-2.17.x
Commit: a4543cffb7033595082fe1e8ddeb9616802c05c0
Parents: a8f32d4
Author: Andrea Cosentino <anco...@gmail.com>
Authored: Fri Apr 8 13:33:23 2016 +0200
Committer: Andrea Cosentino <anco...@gmail.com>
Committed: Fri Apr 8 13:50:09 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/a4543cff/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 4a948c1..6132841 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
@@ -387,7 +387,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;

Reply via email to