Skip to content

Commit d76442e

Browse files
MINOR: Fix a minor copy&paste typo in comments (#20634)
Just a minor typo Reviewers: Liam Clarke-Hutchinson <[email protected]>, Ken Huang <[email protected]>, Chia-Ping Tsai <[email protected]>
1 parent 5736d50 commit d76442e

File tree

1 file changed

+1
-1
lines changed
  • clients/src/main/java/org/apache/kafka/clients/admin

1 file changed

+1
-1
lines changed

clients/src/main/java/org/apache/kafka/clients/admin/Admin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1903,7 +1903,7 @@ default RemoveRaftVoterResult removeRaftVoter(
19031903
* Remove a voter node from the KRaft metadata quorum.
19041904
*
19051905
* <p>
1906-
* The clusterId in {@link AddRaftVoterOptions} is optional.
1906+
* The clusterId in {@link RemoveRaftVoterOptions} is optional.
19071907
* If provided, the operation will only succeed if the cluster id matches the id
19081908
* of the current cluster. If the cluster id does not match, the operation
19091909
* will fail with {@link InconsistentClusterIdException}.

0 commit comments

Comments
 (0)