Skip to content

Commit 7f65b1f

Browse files
MINOR: Typo in ListShareGroupOffsetsResults javadoc (#20623)
Fixed a tiny javadoc typo. Reviewers: Apoorv Mittal <[email protected]>
1 parent 0ddc69d commit 7f65b1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public class ListShareGroupOffsetsResult {
4646
/**
4747
* Return the future when the requests for all groups succeed.
4848
*
49-
* @return Future which yields all {@code Map<String, Map<TopicPartition, Long>>} objects, if requests for all the groups succeed.
49+
* @return Future which yields all {@code Map<String, Map<TopicPartition, OffsetAndMetadata>>} objects, if requests for all the groups succeed.
5050
*/
5151
public KafkaFuture<Map<String, Map<TopicPartition, OffsetAndMetadata>>> all() {
5252
return KafkaFuture.allOf(futures.values().toArray(new KafkaFuture<?>[0])).thenApply(

0 commit comments

Comments
 (0)