Skip to content

Commit 3915567

Browse files
committed
add missing javadoc.
1 parent f81f365 commit 3915567

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

httpclient5/src/main/java/org/apache/hc/client5/http/entity/BrotliDecompressingEntity.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@
3131
/**
3232
* {@link org.apache.hc.core5.http.io.entity.HttpEntityWrapper} responsible for
3333
* handling br Content Coded responses.
34-
*
35-
* * @deprecated See {@link org.apache.hc.client5.http.entity.compress.ContentCodecRegistry#decoder(org.apache.hc.client5.http.entity.compress.ContentCoding)}
34+
* @deprecated See {@link org.apache.hc.client5.http.entity.compress.ContentCodecRegistry#decoder(org.apache.hc.client5.http.entity.compress.ContentCoding)}
3635
*
3736
* @see GzipDecompressingEntity
3837
* @since 5.2

httpclient5/src/main/java/org/apache/hc/client5/http/entity/BrotliInputStreamFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
/**
3737
* {@link InputStreamFactory} for handling Brotli Content Coded responses.
38-
* c
38+
* @deprecated See {@link org.apache.hc.client5.http.entity.compress.ContentCodecRegistry#decoder(org.apache.hc.client5.http.entity.compress.ContentCoding)}
3939
* @since 5.2
4040
*/
4141
@Contract(threading = ThreadingBehavior.STATELESS)

httpclient5/src/main/java/org/apache/hc/client5/http/entity/DecompressingEntity.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636

3737
/**
3838
* Common base class for decompressing {@link HttpEntity} implementations.
39-
* @deprecated Use Decoder API
4039
* @deprecated See {@link org.apache.hc.client5.http.entity.compress.ContentCodecRegistry#decoder(org.apache.hc.client5.http.entity.compress.ContentCoding)}
4140
*/
4241
@Deprecated

0 commit comments

Comments
 (0)