Skip to content

Commit 8df7002

Browse files
authored
MINOR: Correct mismatched comments (#19506)
Correct mismatched comments. Reviewers: TengYao Chi <[email protected]>
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

+1-1
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)