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:
Oleg Kalnichevski 2008-02-01 18:54:27 +00:00
parent 08f2e11f1a
commit 9eb66c7f11
1 changed files with 1 additions and 1 deletions

View File

@ -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 {