Fixed javadocs
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@617606 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
08f2e11f1a
commit
9eb66c7f11
|
@ -41,7 +41,7 @@ import org.apache.http.client.mime.content.StringBody;
|
|||
import org.apache.http.impl.client.DefaultHttpClient;
|
||||
|
||||
/**
|
||||
* Example how to use unbuffered chunk-encoded POST request.
|
||||
* Example how to use multipart/form encoded POST request.
|
||||
*/
|
||||
public class ClientMultipartFormPost {
|
||||
|
||||
|
|
Loading…
Reference in New Issue