MINOR: Correct mismatched comments (#19506)

Correct mismatched comments.

Reviewers: TengYao Chi <frankvicky@apache.org>
This commit is contained in:
yx9o 2025-04-18 16:12:09 +08:00 committed by GitHub
parent 810beef50e
commit 8df700245c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -581,7 +581,7 @@ public class ReassignPartitionsCommand {
* Calculate the new partition assignments to suggest in --generate.
*
* @param currentAssignment The current partition assignments.
* @param brokers The rack information for each broker.
* @param usableBrokers The rack information for each broker.
*
* @return A map from partitions to the proposed assignments for each.
*/