MINOR: Fix a minor copy&paste typo in comments (#20634)
CI / build (push) Waiting to run Details

Just a minor typo

Reviewers: Liam Clarke-Hutchinson <liam@steelsky.co.nz>, Ken Huang
 <s7133700@gmail.com>, Chia-Ping Tsai <chia7712@gmail.com>
This commit is contained in:
NeatGuyCoding 2025-10-04 23:51:58 +08:00 committed by GitHub
parent 5736d506f0
commit d76442e5a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1903,7 +1903,7 @@ public interface Admin extends AutoCloseable {
* Remove a voter node from the KRaft metadata quorum.
*
* <p>
* The clusterId in {@link AddRaftVoterOptions} is optional.
* The clusterId in {@link RemoveRaftVoterOptions} is optional.
* If provided, the operation will only succeed if the cluster id matches the id
* of the current cluster. If the cluster id does not match, the operation
* will fail with {@link InconsistentClusterIdException}.