Might as well be final, as it's not changed
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1050253 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1abae928c1
commit
36607de8cc
|
@ -41,7 +41,7 @@ public class FormBodyPart {
|
|||
private final String name;
|
||||
private final Header header;
|
||||
|
||||
private ContentBody body;
|
||||
private final ContentBody body;
|
||||
|
||||
public FormBodyPart(final String name, final ContentBody body) {
|
||||
super();
|
||||
|
|
Loading…
Reference in New Issue