mjsax commented on code in PR #18867:
URL: https://github.com/apache/kafka/pull/18867#discussion_r1952153329


##########
streams/src/main/java/org/apache/kafka/streams/kstream/KStream.java:
##########
@@ -486,21 +486,21 @@ <VOut> KStream<K, VOut> flatMapValues(final 
ValueMapperWithKey<? super K, ? supe
      * Relative order is preserved within each input stream though (i.e., 
records within one input
      * stream are processed in order).
      *
-     * @param stream
+     * @param otherStream

Review Comment:
   Some more side cleanup to align parameter naming across the class (cf 
`joinXxx()` methods)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to