mirror of https://github.com/apache/kafka.git
MINOR: fix KStream#to incorrect javadoc (#18838)
Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
This commit is contained in:
parent
7fef5b8646
commit
e53af1a489
|
@ -540,7 +540,7 @@ public interface KStream<K, V> {
|
|||
void to(final String topic);
|
||||
|
||||
/**
|
||||
* See {@link #to(String).}
|
||||
* See {@link #to(String)}.
|
||||
*/
|
||||
void to(final String topic,
|
||||
final Produced<K, V> produced);
|
||||
|
|
Loading…
Reference in New Issue