sjhajharia commented on code in PR #16065:
URL: https://github.com/apache/kafka/pull/16065#discussion_r1627281812
##########
metadata/src/test/java/org/apache/kafka/image/ImageDowngradeTest.java:
##########
@@ -103,7 +103,7 @@ public void testPremodernVersion() {
@Test
public void testPreControlledShutdownStateVersion() {
writeWithExpectedLosses(MetadataVersion.IBP_3_3_IV2,
- Arrays.asList(
+ Collections.singletonList(
Review Comment:
Makes sense.
I had updated this method and the `testDirectoryAssignmentState()` method
too as it also had a similar indentation. Hope it makes sense now.
--
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]