Skip to content

Commit 2ad1a78

Browse files
committed
Javadoc
1 parent 9ab7155 commit 2ad1a78

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/org/apache/commons/io/input/RandomAccessFileInputStream.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public RandomAccessFileInputStream get() throws IOException {
9393
}
9494

9595
/**
96-
* Sets whether to close the underlying file when this stream is closed.
96+
* Sets whether to close the underlying file when this stream is closed, defaults to false for compatibility.
9797
*
9898
* @param propagateClose Whether to close the underlying file when this stream is closed.
9999
* @return {@code this} instance.
@@ -198,7 +198,7 @@ public RandomAccessFile getRandomAccessFile() {
198198
}
199199

200200
/**
201-
* Tests whether to close the underlying file when this stream is closed.
201+
* Tests whether to close the underlying file when this stream is closed, defaults to false for compatibility.
202202
*
203203
* @return Whether to close the underlying file when this stream is closed.
204204
*/

0 commit comments

Comments
 (0)