This is an automated email from the ASF dual-hosted git repository.

chia7712 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new d76442e5a68 MINOR: Fix a minor copy&paste typo in comments (#20634)
d76442e5a68 is described below

commit d76442e5a68e3350673e71d3e7de0a292abd7d73
Author: NeatGuyCoding <[email protected]>
AuthorDate: Sat Oct 4 23:51:58 2025 +0800

    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]>
---
 clients/src/main/java/org/apache/kafka/clients/admin/Admin.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/clients/src/main/java/org/apache/kafka/clients/admin/Admin.java 
b/clients/src/main/java/org/apache/kafka/clients/admin/Admin.java
index 06ede9f620d..1d90a84a79b 100644
--- a/clients/src/main/java/org/apache/kafka/clients/admin/Admin.java
+++ b/clients/src/main/java/org/apache/kafka/clients/admin/Admin.java
@@ -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}.

Reply via email to