Skip to content

Commit

Permalink
Change Part constructor as package-scoped
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrooo committed Apr 4, 2024
1 parent 9781104 commit 97da359
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ private class Part {
private final String contentType;
private final String filename;

private Part(String name, Object value, String contentType, String filename) {
Part(String name, Object value, String contentType, String filename) {
this.name = name;
this.value = value;
this.contentType = contentType;
Expand Down

0 comments on commit 97da359

Please sign in to comment.