Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tltv committed Nov 19, 2024
1 parent d4f7057 commit 5d85d0e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,8 @@ protected FileItemInputIterator getItemIterator(VaadinRequest request)
}

// protected for testing purposes only
protected JakartaServletFileUpload createServletFileUpload(VaadinRequest request) {
protected JakartaServletFileUpload createServletFileUpload(
VaadinRequest request) {
JakartaServletFileUpload upload = new JakartaServletFileUpload();
upload.setSizeMax(requestSizeMax);
upload.setFileSizeMax(fileSizeMax);
Expand Down

0 comments on commit 5d85d0e

Please sign in to comment.