kirktrue commented on code in PR #14359:
URL: https://github.com/apache/kafka/pull/14359#discussion_r1323614899
##########
clients/src/main/java/org/apache/kafka/clients/consumer/internals/AbstractFetch.java:
##########
@@ -205,14 +190,14 @@ protected void handleFetchResponse(final Node fetchTarget,
* Implements the core logic for a failed fetch request/response.
*
* @param fetchTarget {@link Node} from which the fetch data was requested
- * @param e {@link RuntimeException} representing the error that resulted
in the failure
+ * @param t {@link RuntimeException} representing the error that resulted
in the failure
Review Comment:
Changed JavaDoc to match.
--
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]