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:
Sebastian Bazley 2010-12-17 00:27:36 +00:00
parent 1abae928c1
commit 36607de8cc
1 changed files with 1 additions and 1 deletions

View File

@ -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();