Skip to content

Commit d8cfcf6

Browse files
author
Gary Gregory
committed
Javadoc.
1 parent f9db450 commit d8cfcf6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -368,11 +368,11 @@ public interface RandomAccessResourceBridge extends Closeable {
368368
public interface Tailable {
369369

370370
/**
371-
* Creates a random access file stream to read from.
371+
* Creates a random access file stream to read.
372372
*
373-
* @param mode the access mode {@link RandomAccessFile}
374-
* @return a random access file stream to read from
375-
* @throws FileNotFoundException if the tailable object does not exist
373+
* @param mode the access mode, by default this is for {@link RandomAccessFile}.
374+
* @return a random access file stream to read.
375+
* @throws FileNotFoundException if the tailable object does not exist.
376376
*/
377377
RandomAccessResourceBridge getRandomAccess(final String mode) throws FileNotFoundException;
378378

0 commit comments

Comments
 (0)