File tree Expand file tree Collapse file tree
src/main/java/org/apache/commons/io/input Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments