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 d3edd85e4 Javadoc
d3edd85e4 is described below
commit d3edd85e440566a795f4206877fe3be25ac109d9
Author: Gary D. Gregory <[email protected]>
AuthorDate: Sun Apr 6 10:32:48 2025 -0400
Javadoc
---
.../java/org/apache/commons/io/input/RandomAccessFileInputStream.java | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
a/src/main/java/org/apache/commons/io/input/RandomAccessFileInputStream.java
b/src/main/java/org/apache/commons/io/input/RandomAccessFileInputStream.java
index a2dcd8925..ce2646843 100644
--- a/src/main/java/org/apache/commons/io/input/RandomAccessFileInputStream.java
+++ b/src/main/java/org/apache/commons/io/input/RandomAccessFileInputStream.java
@@ -158,8 +158,9 @@ public RandomAccessFileInputStream(final RandomAccessFile
file, final boolean pr
/**
* Gets an estimate of the number of bytes that can be read (or skipped
over) from this input stream.
- *
+ * <p>
* If there are more than {@link Integer#MAX_VALUE} bytes available,
return {@link Integer#MAX_VALUE}.
+ * </p>
*
* @return An estimate of the number of bytes that can be read.
* @throws IOException If an I/O error occurs.