lianetm commented on code in PR #15877: URL: https://github.com/apache/kafka/pull/15877#discussion_r1594213570
########## clients/src/test/java/org/apache/kafka/clients/producer/internals/SenderTest.java: ########## @@ -3492,9 +3491,9 @@ private void verifyErrorMessage(ProduceResponse response, String expectedMessage assertEquals(expectedMessage, e1.getCause().getMessage()); } - class AssertEndTxnRequestMatcher implements MockClient.RequestMatcher { + static class AssertEndTxnRequestMatcher implements MockClient.RequestMatcher { Review Comment: seems could be private too -- 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