This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-io.git
The following commit(s) were added to refs/heads/master by this push: new c639fb35 Javadoc c639fb35 is described below commit c639fb350922c89495f6756a7babeee33d628dd6 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Wed Jun 15 15:27:58 2022 -0400 Javadoc --- src/main/java/org/apache/commons/io/input/Tailer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/io/input/Tailer.java b/src/main/java/org/apache/commons/io/input/Tailer.java index 57b34988..6771c158 100644 --- a/src/main/java/org/apache/commons/io/input/Tailer.java +++ b/src/main/java/org/apache/commons/io/input/Tailer.java @@ -205,7 +205,7 @@ public class Tailer implements Runnable, AutoCloseable { } /** - * Builds a new configured instance. + * Builds and starts a new configured instance. * * @return a new configured instance. */