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 2018/06/16 21:46:03 UTC

commons-io git commit: The the patrol.

Repository: commons-io
Updated Branches:
  refs/heads/master c97e63795 -> 41059e4a4


The the patrol.

Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-io/commit/41059e4a
Tree: http://git-wip-us.apache.org/repos/asf/commons-io/tree/41059e4a
Diff: http://git-wip-us.apache.org/repos/asf/commons-io/diff/41059e4a

Branch: refs/heads/master
Commit: 41059e4a4827e882b7c77667ff62c9b0567e5e21
Parents: c97e637
Author: Gary Gregory <ga...@gmail.com>
Authored: Sat Jun 16 15:46:01 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Sat Jun 16 15:46:01 2018 -0600

----------------------------------------------------------------------
 src/test/java/org/apache/commons/io/input/TailerTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-io/blob/41059e4a/src/test/java/org/apache/commons/io/input/TailerTest.java
----------------------------------------------------------------------
diff --git a/src/test/java/org/apache/commons/io/input/TailerTest.java b/src/test/java/org/apache/commons/io/input/TailerTest.java
index 66b5c68..c5680a3 100644
--- a/src/test/java/org/apache/commons/io/input/TailerTest.java
+++ b/src/test/java/org/apache/commons/io/input/TailerTest.java
@@ -360,7 +360,7 @@ public class TailerTest {
     }
 
     /*
-     * Tests [IO-357][Tailer] InterruptedException while the thead is sleeping is silently ignored.
+     * Tests [IO-357][Tailer] InterruptedException while thead is sleeping is silently ignored.
      */
     @Test
     public void testInterrupt() throws Exception {