mirror of https://github.com/apache/kafka.git
MINOR: Correct mismatched comments (#19506)
Correct mismatched comments. Reviewers: TengYao Chi <frankvicky@apache.org>
This commit is contained in:
parent
810beef50e
commit
8df700245c
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue