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 2ad1a7854 Javadoc 2ad1a7854 is described below commit 2ad1a7854b9398a601b3d9b47fac4fc591374951 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Jan 2 09:00:01 2025 -0500 Javadoc --- .../java/org/apache/commons/io/input/RandomAccessFileInputStream.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 452835297..06005d9e1 100644 --- a/src/main/java/org/apache/commons/io/input/RandomAccessFileInputStream.java +++ b/src/main/java/org/apache/commons/io/input/RandomAccessFileInputStream.java @@ -93,7 +93,7 @@ public class RandomAccessFileInputStream extends AbstractInputStream { } /** - * Sets whether to close the underlying file when this stream is closed. + * Sets whether to close the underlying file when this stream is closed, defaults to false for compatibility. * * @param propagateClose Whether to close the underlying file when this stream is closed. * @return {@code this} instance. @@ -198,7 +198,7 @@ public class RandomAccessFileInputStream extends AbstractInputStream { } /** - * Tests whether to close the underlying file when this stream is closed. + * Tests whether to close the underlying file when this stream is closed, defaults to false for compatibility. * * @return Whether to close the underlying file when this stream is closed. */