This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git
The following commit(s) were added to refs/heads/master by this push:
new edd22771f Javadoc
edd22771f is described below
commit edd22771fc850808aef2538ed39c82cecbebacef
Author: Gary D. Gregory <[email protected]>
AuthorDate: Sun Jun 22 11:43:11 2025 -0400
Javadoc
---
src/main/java/org/apache/commons/io/input/NullInputStream.java | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/main/java/org/apache/commons/io/input/NullInputStream.java
b/src/main/java/org/apache/commons/io/input/NullInputStream.java
index cda16930f..c64a9fafc 100644
--- a/src/main/java/org/apache/commons/io/input/NullInputStream.java
+++ b/src/main/java/org/apache/commons/io/input/NullInputStream.java
@@ -223,6 +223,7 @@ public boolean markSupported() {
* Returns a byte value for the {@code read()} method.
* <p>
* This implementation returns zero.
+ * </p>
*
* @return This implementation always returns zero.
*/