Skip to content

Commit 8ebf85e

Browse files
committed
Javadoc
1 parent 7daeaee commit 8ebf85e

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)