MINOR: fix KStream#to incorrect javadoc (#18838)

Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
This commit is contained in:
Kuan-Po Tseng 2025-02-10 22:10:36 +08:00 committed by GitHub
parent 7fef5b8646
commit e53af1a489
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -540,7 +540,7 @@ public interface KStream<K, V> {
void to(final String topic); void to(final String topic);
/** /**
* See {@link #to(String).} * See {@link #to(String)}.
*/ */
void to(final String topic, void to(final String topic,
final Produced<K, V> produced); final Produced<K, V> produced);