Skip to content

Commit

Permalink
Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jan 2, 2025
1 parent 9ab7155 commit 2ad1a78
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public RandomAccessFileInputStream get() throws IOException {
}

/**
* 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.
Expand Down Expand Up @@ -198,7 +198,7 @@ public RandomAccessFile getRandomAccessFile() {
}

/**
* 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.
*/
Expand Down

0 comments on commit 2ad1a78

Please sign in to comment.