Skip to content

Commit 2c57a80

Browse files
committed
Javadoc
1 parent 2c50e67 commit 2c57a80

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
@@ -111,7 +111,7 @@ public static Builder builder() {
111111
* Constructs a new instance configured to leave the underlying file open when this stream is closed.
112112
*
113113
* @param file The file to stream.
114-
* @deprecated Use {@link #builder()}
114+
* @deprecated Use {@link #builder()} and {@link Builder#get()}
115115
*/
116116
@Deprecated
117117
public RandomAccessFileInputStream(final RandomAccessFile file) {
@@ -123,7 +123,7 @@ public RandomAccessFileInputStream(final RandomAccessFile file) {
123123
*
124124
* @param file The file to stream.
125125
* @param closeOnClose Whether to close the underlying file when this stream is closed.
126-
* @deprecated Use {@link #builder()}
126+
* @deprecated Use {@link #builder()} and {@link Builder#get()}
127127
*/
128128
@Deprecated
129129
public RandomAccessFileInputStream(final RandomAccessFile file, final boolean closeOnClose) {

0 commit comments

Comments
 (0)