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 2021/09/06 18:43:20 UTC

[commons-io] branch master updated: Fix whitespace.

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 ac36a6d  Fix whitespace.
ac36a6d is described below

commit ac36a6df85bae3614acba541520dd90ced329816
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Sep 6 14:43:18 2021 -0400

    Fix whitespace.
---
 src/main/java/org/apache/commons/io/input/TailerListener.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/io/input/TailerListener.java b/src/main/java/org/apache/commons/io/input/TailerListener.java
index 015c109..3fb8cba 100644
--- a/src/main/java/org/apache/commons/io/input/TailerListener.java
+++ b/src/main/java/org/apache/commons/io/input/TailerListener.java
@@ -59,7 +59,7 @@ public interface TailerListener {
     void handle(String line);
 
     /**
-     * Handles an Exception .
+     * Handles an Exception.
      * <p>
      * <b>Note:</b> this is called from the tailer thread.
      * @param ex the exception.