Skip to content

Commit 9f17760

Browse files
committed
Javadoc
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1002924 13f79535-47bb-0310-9956-ffa450edef68
1 parent 25032e7 commit 9f17760

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public class Tailer implements Runnable {
6464
private volatile boolean run = true;
6565

6666
/**
67-
* Creates SimpleTailer for the given file.
67+
* Creates SimpleTailer for the given file, starting from the beginning, with the default delay of 1.0s.
6868
* @param file The file to follow.
6969
* @param listener The TailerListener which to use.
7070
*/
@@ -73,7 +73,7 @@ public Tailer(File file, TailerListener listener) {
7373
}
7474

7575
/**
76-
* Creates a SimpleTailer for the given file, with a delay other than the default 1.0s.
76+
* Creates a SimpleTailer for the given file, starting from the beginning.
7777
* @param file The file to follow.
7878
* @param listener The TailerListener which to use.
7979
* @param delay The delay between checks of the file for new content in milliseconds.

0 commit comments

Comments
 (0)