mirror of https://github.com/apache/kafka.git
MINOR: Typo in ListShareGroupOffsetsResults javadoc (#20623)
CI / build (push) Waiting to run
Details
CI / build (push) Waiting to run
Details
Fixed a tiny javadoc typo. Reviewers: Apoorv Mittal <apoorvmittal10@gmail.com>
This commit is contained in:
parent
0ddc69da70
commit
7f65b1fa96
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue