8000 MINOR: Correct mismatched comments (#19506) · coderabbit-test/kafka@8df7002 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 8df7002

Browse files
authored
MINOR: Correct mismatched comments (apache#19506)
Correct mismatched comments. Reviewers: TengYao Chi <frankvicky@apache.org>
1 parent 810beef commit 8df7002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/src/main/java/org/apache/kafka/tools/reassign/ReassignPartitionsCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ public static Entry<Map<TopicPartition, List<Integer>>, Map<TopicPartition, List
581581
* Calculate the new partition assignments to suggest in --generate.
582582
*
583583
* @param currentAssignment The current partition assignments.
584-
* @param brokers The rack information for each broker.
584+
* @param usableBrokers The rack information for each broker.
585585
*
586586
* @return A map from partitions to the proposed assignments for each.
587587
*/

0 commit comments

Comments
 (0)
0