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 78fd214d5f3 MINOR: formatting fix on UpdateRaftVoterRequest class
declaration (#22010)
78fd214d5f3 is described below
commit 78fd214d5f3eeee40919ad91abe73952d0210f04
Author: Paolo Patierno <[email protected]>
AuthorDate: Thu Apr 16 18:21:25 2026 +0200
MINOR: formatting fix on UpdateRaftVoterRequest class declaration (#22010)
Trivial PR just to fix a "wrong" formatting of the
`UpdateRaftVoterRequest` class declaration.
Reviewers: Ken Huang <[email protected]>, Chia-Ping Tsai
<[email protected]>
---
.../java/org/apache/kafka/common/requests/UpdateRaftVoterRequest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/clients/src/main/java/org/apache/kafka/common/requests/UpdateRaftVoterRequest.java
b/clients/src/main/java/org/apache/kafka/common/requests/UpdateRaftVoterRequest.java
index 337594b3292..7df51948d8f 100644
---
a/clients/src/main/java/org/apache/kafka/common/requests/UpdateRaftVoterRequest.java
+++
b/clients/src/main/java/org/apache/kafka/common/requests/UpdateRaftVoterRequest.java
@@ -23,7 +23,7 @@ import org.apache.kafka.common.protocol.ApiKeys;
import org.apache.kafka.common.protocol.Errors;
import org.apache.kafka.common.protocol.Readable;
-public class UpdateRaftVoterRequest extends AbstractRequest {
+public class UpdateRaftVoterRequest extends AbstractRequest {
public static class Builder extends
AbstractRequest.Builder<UpdateRaftVoterRequest> {
private final UpdateRaftVoterRequestData data;