This is an automated email from the ASF dual-hosted git repository.
cmccabe pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/trunk by this push:
new c714e67 HOTFIX: fix checkstyle issue in KAFKA-12697
c714e67 is described below
commit c714e676856c99da8101a0b91e70687e34ffb289
Author: Colin P. Mccabe <[email protected]>
AuthorDate: Thu May 20 16:33:09 2021 -0700
HOTFIX: fix checkstyle issue in KAFKA-12697
---
.../org/apache/kafka/controller/ReplicationControlManagerTest.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/metadata/src/test/java/org/apache/kafka/controller/ReplicationControlManagerTest.java
b/metadata/src/test/java/org/apache/kafka/controller/ReplicationControlManagerTest.java
index b121835..bc1ebf7 100644
---
a/metadata/src/test/java/org/apache/kafka/controller/ReplicationControlManagerTest.java
+++
b/metadata/src/test/java/org/apache/kafka/controller/ReplicationControlManagerTest.java
@@ -264,10 +264,10 @@ public class ReplicationControlManagerTest {
}
CreatableTopicResult foo = ctx.createTestTopic("foo", new int[][] {
- new int[] {0, 2}, new int[] {0, 1}});
+ new int[] {0, 2}, new int[] {0, 1}});
CreatableTopicResult zar = ctx.createTestTopic("zar", new int[][] {
- new int[] {0, 1, 2}, new int[] {1, 2, 3}, new int[] {1, 2,
0}});
+ new int[] {0, 1, 2}, new int[] {1, 2, 3}, new int[] {1, 2, 0}});
ControllerResult<Void> result = replicationControl.unregisterBroker(0);
ctx.replay(result.records());