Repository: storm
Updated Branches:
  refs/heads/master 500ef20d5 -> 7f52aecb1


Fixed incorrect storm-kafka documentation.

Removed an incorrect (outdated?) optional constructor of `SpoutConfig` from the 
README.

Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/3f5d3b36
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/3f5d3b36
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/3f5d3b36

Branch: refs/heads/master
Commit: 3f5d3b363a5546eb7ac4d8cadbb9136cbc8e553d
Parents: 07629c1
Author: Dan Simmons <[email protected]>
Authored: Mon Feb 29 15:08:22 2016 -0500
Committer: Dan Simmons <[email protected]>
Committed: Mon Feb 29 15:08:22 2016 -0500

----------------------------------------------------------------------
 external/storm-kafka/README.md | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/3f5d3b36/external/storm-kafka/README.md
----------------------------------------------------------------------
diff --git a/external/storm-kafka/README.md b/external/storm-kafka/README.md
index 5a34b55..7fb2757 100644
--- a/external/storm-kafka/README.md
+++ b/external/storm-kafka/README.md
@@ -56,7 +56,6 @@ behavior specific to KafkaSpout. The Zkroot will be used as 
root to store your c
 identify your spout.
 ```java
 public SpoutConfig(BrokerHosts hosts, String topic, String zkRoot, String id);
-public SpoutConfig(BrokerHosts hosts, String topic, String id);
 ```
 In addition to these parameters, SpoutConfig contains the following fields 
that control how KafkaSpout behaves:
 ```java

Reply via email to