You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by gu...@apache.org on 2018/01/26 18:49:20 UTC

[kafka] branch trunk updated: MINOR: update javadocs for serde (#3047)

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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new c8d8007  MINOR: update javadocs for serde (#3047)
c8d8007 is described below

commit c8d80073c9d68c4e7fce695118fb52093fa39d45
Author: Jeyhun Karimov <je...@gmail.com>
AuthorDate: Fri Jan 26 19:49:17 2018 +0100

    MINOR: update javadocs for serde (#3047)
    
    Reviewers: Matthias J. Sax <mj...@apache.org>
---
 .../src/main/java/org/apache/kafka/streams/kstream/KStream.java   | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/streams/src/main/java/org/apache/kafka/streams/kstream/KStream.java b/streams/src/main/java/org/apache/kafka/streams/kstream/KStream.java
index ddaa61e..9d81962 100644
--- a/streams/src/main/java/org/apache/kafka/streams/kstream/KStream.java
+++ b/streams/src/main/java/org/apache/kafka/streams/kstream/KStream.java
@@ -2365,9 +2365,9 @@ public interface KStream<K, V> {
      *
      * @param table    the {@link KTable} to be joined with this stream
      * @param joiner   a {@link ValueJoiner} that computes the join result for a pair of matching records
-     * @param keySerde key serdes for materializing this stream.
+     * @param keySerde key serdes for materializing this ({@link KStream} input) stream
      *                 If not specified the default serdes defined in the configs will be used
-     * @param valSerde value serdes for materializing this stream,
+     * @param valSerde value serdes for materializing this ({@link KStream} input) stream,
      *                 if not specified the default serdes defined in the configs will be used
      * @param <VT>     the value type of the table
      * @param <VR>     the value type of the result stream
@@ -2604,9 +2604,9 @@ public interface KStream<K, V> {
      *
      * @param table    the {@link KTable} to be joined with this stream
      * @param joiner   a {@link ValueJoiner} that computes the join result for a pair of matching records
-     * @param keySerde key serdes for materializing this stream.
+     * @param keySerde key serdes for materializing this ({@link KStream} input) stream
      *                 If not specified the default serdes defined in the configs will be used
-     * @param valSerde value serdes for materializing this stream,
+     * @param valSerde value serdes for materializing this ({@link KStream} input) stream,
      *                 if not specified the default serdes defined in the configs will be used
      * @param <VT>     the value type of the table
      * @param <VR>     the value type of the result stream

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