`runAsync()` returns a `CompletableFuture<>`. Since you'll need a `CompletableFuture` later (e.g. line 77), why not capture a `CompletableFuture<Void>` ref here to avoid the cast later?
[ Full content available at: https://github.com/apache/geode/pull/2972 ] This message was relayed via gitbox.apache.org for [email protected]
