Fixed javadocs in ResponseContentEncoding

This commit is contained in:
Oleg Kalnichevski 2017-08-01 11:42:07 +02:00
parent 7dfd236dc1
commit 73ace14858
1 changed files with 2 additions and 2 deletions

View File

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