m1a2st commented on code in PR #19884: URL: https://github.com/apache/kafka/pull/19884#discussion_r2123151321
########## test-common/test-common-runtime/src/main/java/org/apache/kafka/common/test/TestUtils.java: ########## @@ -32,10 +28,7 @@ import java.io.File; import java.io.IOException; import java.nio.file.Files; -import java.util.List; -import java.util.Optional; import java.util.Random; -import java.util.function.BiFunction; import java.util.function.Supplier; import static java.lang.String.format; Review Comment: This class should be package-private, right? -- 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