This is an automated email from the ASF dual-hosted git repository.

guozhang pushed a commit to branch 1.0
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/1.0 by this push:
     new 8c03137  KAFKA-6472 - Fix WordCount example code error (#4538)
8c03137 is described below

commit 8c031372d655dcb229c96af811e306cf38bb591d
Author: Joel Hamill <11722533+joel-ham...@users.noreply.github.com>
AuthorDate: Mon Feb 12 16:54:52 2018 -0800

    KAFKA-6472 - Fix WordCount example code error (#4538)
    
    Reviewers: Guozhang Wang <wangg...@gmail.com>, Matthias J. Sax 
<mj...@apache.org>
---
 docs/streams/tutorial.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/streams/tutorial.html b/docs/streams/tutorial.html
index 0bc7314..11162e8 100644
--- a/docs/streams/tutorial.html
+++ b/docs/streams/tutorial.html
@@ -516,7 +516,7 @@
     </p>
 
     <pre class="brush: java;">
-        counts.toStream().to("streams-wordcount-output", 
Produced.with(Serdes.String(), Serdes.Long());
+        counts.toStream().to("streams-wordcount-output", 
Produced.with(Serdes.String(), Serdes.Long()));
     </pre>
 
     <p>

-- 
To stop receiving notification emails like this one, please contact
guozh...@apache.org.

Reply via email to