Skip to content

Commit 5e6812f

Browse files
committed
add javadocs
1 parent 267f3bd commit 5e6812f

File tree

3 files changed

+249
-5
lines changed

3 files changed

+249
-5
lines changed

clients/src/main/java/org/apache/kafka/clients/consumer/internals/AbstractMembershipManager.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ public abstract class AbstractMembershipManager<R extends AbstractResponse> impl
159159
/**
160160
* If the member is currently leaving the group after a call to {@link #leaveGroup()} or
161161
* {@link #leaveGroupOnClose()}, this will have a future that will complete when the ongoing leave operation
162-
* completes (callbacks executed and heartbeat request to leave is sent out). This will be empty is the
162+
* completes (callbacks executed and heartbeat request to leave is sent out). This will be empty if the
163163
* member is not leaving.
164164
*/
165165
private Optional<CompletableFuture<Void>> leaveGroupInProgress = Optional.empty();

0 commit comments

Comments
 (0)