masonyc commented on code in PR #19951:
URL: https://github.com/apache/kafka/pull/19951#discussion_r2159392773


##########
coordinator-common/src/main/java/org/apache/kafka/coordinator/common/runtime/EventAccumulator.java:
##########
@@ -33,7 +33,7 @@
 
 /**
  * A concurrent event accumulator which group events per key and ensure that 
only one
- * event with a given key can't be processed concurrently.
+ * event with a given key can be processed concurrently.
  *
  * This class is threadsafe.
  *

Review Comment:
   > can't add the comment there, but in ln 93, we could fix "A boolean 
indicated..." with "indicating".
   
   Thanks for the review @lianetm , updated the pr
   



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