We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 647555c commit 16bf21fCopy full SHA for 16bf21f
httpcore/src/main/java/org/apache/http/entity/AbstractHttpEntity.java
@@ -109,7 +109,7 @@ public boolean isChunked() {
109
* The default implementation sets the value of the
110
* {@link #contentType contentType} attribute.
111
*
112
- * @param contentType the new Content-Encoding header, or
+ * @param contentType the new Content-Type header, or
113
* {@code null} to unset
114
*/
115
public void setContentType(final Header contentType) {
0 commit comments