fonsdant commented on code in PR #17198:
URL: https://github.com/apache/kafka/pull/17198#discussion_r1797755394


##########
streams/src/main/java/org/apache/kafka/streams/kstream/Transformer.java:
##########
@@ -43,7 +43,6 @@
  * @param <R> {@link KeyValue} return type (both key and value type can be set
  *            arbitrarily)
  * @see TransformerSupplier
- * @see KStream#transform(TransformerSupplier, String...)

Review Comment:
   Although we remove it, I think it helpful to update it to prevent `gradle 
javadoc` to fail. I am checking if the modifications are right this way. Is 
there any problem if I go this way? Or some suggestion?



##########
streams/src/main/java/org/apache/kafka/streams/kstream/TransformerSupplier.java:
##########
@@ -33,7 +33,6 @@
  * @param <R> {@link org.apache.kafka.streams.KeyValue KeyValue} return type 
(both key and value type can be set
  *            arbitrarily)
  * @see Transformer
- * @see KStream#transform(TransformerSupplier, String...)

Review Comment:
   Although we remove it, I think it helpful to update it to prevent `gradle 
javadoc` to fail. I am checking if the modifications are right this way. Is 
there any problem if I go this way? Or some suggestion?



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to