You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/06/15 19:28:08 UTC

[commons-io] branch master updated: Javadoc

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 <ga...@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.
          */