Skip to content

Commit 75d74ce

Browse files
garydgregoryok2c
authored andcommitted
Javadoc
(cherry picked from commit 8ebf85e)
1 parent f09f41c commit 75d74ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

httpcore5/src/main/java/org/apache/hc/core5/http/io/entity/EmptyInputStream.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434
*/
3535
public final class EmptyInputStream extends InputStream {
3636

37+
/**
38+
* Singleton instance of EmptyInputStream.
39+
*/
3740
public static final EmptyInputStream INSTANCE = new EmptyInputStream();
3841

3942
private EmptyInputStream() {

0 commit comments

Comments
 (0)