Fixed javadocs in ResponseContentEncoding
This commit is contained in:
parent
7dfd236dc1
commit
73ace14858
|
@ -94,8 +94,8 @@ public class ResponseContentEncoding implements HttpResponseInterceptor {
|
|||
* Handles {@code gzip} and {@code deflate} compressed entities by using the following
|
||||
* decoders:
|
||||
* <ul>
|
||||
* <li>gzip - see {@link GZIPInputStream}</li>
|
||||
* <li>deflate - see {@link DeflateInputStream}</li>
|
||||
* <li>gzip - see {@link java.util.zip.GZIPInputStream}</li>
|
||||
* <li>deflate - see {@link org.apache.http.client.entity.DeflateInputStream}</li>
|
||||
* </ul>
|
||||
*/
|
||||
public ResponseContentEncoding() {
|
||||
|
|
Loading…
Reference in New Issue