michael-o commented on a change in pull request #320:
URL: 
https://github.com/apache/httpcomponents-client/pull/320#discussion_r740046683



##########
File path: 
httpclient5/src/main/java/org/apache/hc/client5/http/entity/mime/MultipartEntityBuilder.java
##########
@@ -112,6 +112,17 @@ public MultipartEntityBuilder setContentType(final 
ContentType contentType) {
         this.contentType = contentType;
         return this;
     }
+    /**
+     *  Add parameter to the current {@link ContentType}.
+     *
+     * @param parameter The name-value pair parameter to add to the {@link 
ContentType}.
+     * @return the {@link MultipartEntityBuilder} instance.
+     * @since 5.2
+     */
+    public MultipartEntityBuilder addParameter(final BasicNameValuePair 
parameter){

Review comment:
       Space missing: `){`




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to