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 <anco...@gmail.com>
Authored: Fri Apr 8 13:33:23 2016 +0200
Committer: Andrea Cosentino <anco...@gmail.com>
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;

Reply via email to