clolov commented on code in PR #19793:
URL: https://github.com/apache/kafka/pull/19793#discussion_r2764050451
##########
core/src/test/scala/unit/kafka/coordinator/transaction/TransactionStateManagerTest.scala:
##########
@@ -49,6 +49,7 @@ import org.mockito.{ArgumentCaptor, ArgumentMatchers}
import org.mockito.ArgumentMatchers.{any, anyInt, anyLong, anyShort}
import org.mockito.Mockito.{atLeastOnce, mock, reset, times, verify, when}
+import java.util.{Map => JMap}
import java.util
Review Comment:
Nit: I believe instead of remapping Map to JMap you can use util.Map to keep
consistent with the rest of the calls in the file?
--
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]