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


##########
tools/src/main/java/org/apache/kafka/tools/VerifiableProducer.java:
##########
@@ -290,7 +290,7 @@ record = new ProducerRecord<>(topic, key, value);
         }
     }
 
-    /** Returns a string to publish: ether 'valuePrefix'.'val' or 'val' **/
+    /* Returns a string to publish: ether 'valuePrefix'.'val' or 'val' */

Review Comment:
   Not sure -- `VerifiableProducer` does not seem to be a class that users 
would instantiate? But happy to keep it as JavaDoc (the single line formatting 
indicated it's not a JavaDoc 🤷 )



##########
tools/src/main/java/org/apache/kafka/tools/VerifiableProducer.java:
##########
@@ -290,7 +290,7 @@ record = new ProducerRecord<>(topic, key, value);
         }
     }
 
-    /** Returns a string to publish: ether 'valuePrefix'.'val' or 'val' **/
+    /* Returns a string to publish: ether 'valuePrefix'.'val' or 'val' */

Review Comment:
   Not sure -- `VerifiableProducer` does not seem to be a class that users 
would instantiate? But happy to keep it as JavaDoc (the single line formatting 
indicated it's not a JavaDoc 🤷 )



-- 
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