Skip to content

Commit

Permalink
fix assemble
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Dec 29, 2024
1 parent 8c06310 commit 6d1e538
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -523,12 +523,6 @@ public void handle(final SafeFuture<Optional<T>> responseFuture, final List<T> o
return createForSingleRequest(blockSupplier);
}

static PendingRequestHandler<Optional<BlobSidecar>, BlobSidecar>
createForSingleBlobSidecarRequest(
final Supplier<Optional<BlobSidecar>> blobSidecarSupplier) {
return createForSingleRequest(blobSidecarSupplier);
}

static <T> PendingRequestHandler<Void, T> createForBatchRequest(
final RpcResponseListener<T> listener, final Supplier<List<T>> objectsSupplier) {
return new PendingRequestHandler<>() {
Expand Down

0 comments on commit 6d1e538

Please sign in to comment.