Skip to content

Commit

Permalink
final
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim-Brooks committed Aug 13, 2024
1 parent 770f539 commit 62558aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ private class ChunkHandler implements BaseRestHandler.RequestBodyChunkConsumer {

private volatile RestChannel restChannel;
private final ArrayDeque<ReleasableBytesReference> unParsedChunks = new ArrayDeque<>(4);
private ArrayList<DocWriteRequest<?>> items = new ArrayList<>(4);
private final ArrayList<DocWriteRequest<?>> items = new ArrayList<>(4);

private ChunkHandler(RestRequest request) {
this.request = request;
Expand Down

0 comments on commit 62558aa

Please sign in to comment.