Skip to content

Commit

Permalink
[FLINK-15628][rest] Create webSumissionHandlers List with default cap…
Browse files Browse the repository at this point in the history
…acity

This closes apache#10882.
  • Loading branch information
jerry-024 authored and GJL committed Jan 29, 2020
1 parent fcd2834 commit 4aae548
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public WebSubmissionExtension(
Executor executor,
Time timeout) throws Exception {

webSubmissionHandlers = new ArrayList<>(5);
webSubmissionHandlers = new ArrayList<>();

final JarUploadHandler jarUploadHandler = new JarUploadHandler(
leaderRetriever,
Expand Down

0 comments on commit 4aae548

Please sign in to comment.