Skip to content

Commit

Permalink
Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim-Brooks committed Aug 12, 2024
1 parent 5a81596 commit 96d72e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ private ChunkHandler(RestRequest request, ActionListener<BulkResponse> listener)
public void accept(RestChannel restChannel) throws Exception {
this.restChannel = restChannel;
}

@Override
public void handleChunk(RestChannel channel, ReleasableBytesReference chunk, boolean isLast) {
assert channel == restChannel;
Expand Down

0 comments on commit 96d72e0

Please sign in to comment.