jolshan commented on code in PR #15196:
URL: https://github.com/apache/kafka/pull/15196#discussion_r1470110954


##########
group-coordinator/src/main/java/org/apache/kafka/coordinator/group/GroupCoordinatorService.java:
##########
@@ -1062,10 +1062,10 @@ private static boolean isGroupIdNotEmpty(String 
groupId) {
      * @param operationName     The name of the operation.
      * @param operationInput    The operation's input for logging purposes.
      * @param exception         The exception to handle.
-     * @param handler           A function which takes an Errors and a String 
and returns the expected
+     * @param handler           A function which takes an Errors and a String 
and builds the expected
      *                          output. The String can be null. Note that the 
function could further
      *                          transform the error depending on the context.
-     * @return The response.
+     * @return The output build by the handler.

Review Comment:
   nit: built?



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