Javadoc typo.
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1728603 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3df5c3d6a5
commit
2b573561f8
|
@ -34,7 +34,7 @@ import java.nio.charset.StandardCharsets;
|
||||||
import org.apache.hc.core5.http.entity.ContentType;
|
import org.apache.hc.core5.http.entity.ContentType;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This class represents arbitrary content of a specfic type that can be consumed
|
* This class represents arbitrary content of a specific type that can be consumed
|
||||||
* multiple times and requires no explicit deallocation.
|
* multiple times and requires no explicit deallocation.
|
||||||
*/
|
*/
|
||||||
public class Content {
|
public class Content {
|
||||||
|
|
Loading…
Reference in New Issue