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

schofielaj 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 7f65b1fa960 MINOR: Typo in ListShareGroupOffsetsResults javadoc 
(#20623)
7f65b1fa960 is described below

commit 7f65b1fa9608d49355e41701b7d6453d158932c5
Author: Andrew Schofield <[email protected]>
AuthorDate: Wed Oct 1 20:19:50 2025 +0100

    MINOR: Typo in ListShareGroupOffsetsResults javadoc (#20623)
    
    Fixed a tiny javadoc typo.
    
    Reviewers: Apoorv Mittal <[email protected]>
---
 .../org/apache/kafka/clients/admin/ListShareGroupOffsetsResult.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/clients/src/main/java/org/apache/kafka/clients/admin/ListShareGroupOffsetsResult.java
 
b/clients/src/main/java/org/apache/kafka/clients/admin/ListShareGroupOffsetsResult.java
index 6fecddc69ef..1a2c8869c6c 100644
--- 
a/clients/src/main/java/org/apache/kafka/clients/admin/ListShareGroupOffsetsResult.java
+++ 
b/clients/src/main/java/org/apache/kafka/clients/admin/ListShareGroupOffsetsResult.java
@@ -46,7 +46,7 @@ public class ListShareGroupOffsetsResult {
     /**
      * Return the future when the requests for all groups succeed.
      *
-     * @return Future which yields all {@code Map<String, Map<TopicPartition, 
Long>>} objects, if requests for all the groups succeed.
+     * @return Future which yields all {@code Map<String, Map<TopicPartition, 
OffsetAndMetadata>>} objects, if requests for all the groups succeed.
      */
     public KafkaFuture<Map<String, Map<TopicPartition, OffsetAndMetadata>>> 
all() {
         return KafkaFuture.allOf(futures.values().toArray(new 
KafkaFuture<?>[0])).thenApply(

Reply via email to