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
commit a56fcff406b30ce77b9b327a4770f31831f92f08 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed May 10 12:06:05 2023 -0400 Javadoc --- src/main/java/org/apache/commons/io/input/Tailer.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 a58d20f2..a8339705 100644 --- a/src/main/java/org/apache/commons/io/input/Tailer.java +++ b/src/main/java/org/apache/commons/io/input/Tailer.java @@ -223,9 +223,9 @@ public class Tailer implements Runnable, AutoCloseable { } /** - * Sets an executor service to use when startThread is true. + * Sets the executor service to use when startThread is true. * - * @param executorService + * @param executorService the executor service to use when startThread is true. * @return this */ public Builder setExecutorService(final ExecutorService executorService) {