Skip to content

Commit

Permalink
Return final keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
pnv1 committed Aug 26, 2024
1 parent d10cd39 commit 3f52adf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public boolean shutdown() {
}

private class ReadyWatcher implements Runnable {
private CompletableFuture<ManagedChannel> future = new CompletableFuture<>();
private final CompletableFuture<ManagedChannel> future = new CompletableFuture<>();

public Channel getReadyChannel() {
try {
Expand Down

0 comments on commit 3f52adf

Please sign in to comment.