Skip to content

Commit

Permalink
Replace deprecated and removed GUava immediateCheckedFuture
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo authored and tdcmeehan committed Apr 22, 2024
1 parent 0c15315 commit ef3d47a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public ListenableFuture<?> processFor(Duration duration)
task.splitComplete(this);
}

return Futures.immediateCheckedFuture(null);
return Futures.immediateFuture(null);
}

ListenableFuture<?> processResult = getProcessResult();
Expand Down

0 comments on commit ef3d47a

Please sign in to comment.