Stop referring to obsolete ListenableFuture in documentation

ListenableFuture as deprecated for removal in 6.0 and removed in 7.0.

See gh-33808
See gh-33809
See commit cb8ed43be1
Closes gh-36313
This commit is contained in:
Sam Brannen
2026-02-12 13:19:06 +01:00
parent cb8ed43be1
commit 926bcbd9a6
3 changed files with 3 additions and 3 deletions
@@ -208,7 +208,7 @@ public class ReactorNettyTcpClient<P> implements TcpOperations<P> {
return handleShuttingDownConnectFailure(handler);
}
// Report first connect to the ListenableFuture
// Report first connect to the CompletableFuture
CompletableFuture<@Nullable Void> connectFuture = new CompletableFuture<>();
extendTcpClient(this.tcpClient, handler)