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 <garydgreg...@gmail.com> Authored: Sat Jun 16 15:46:01 2018 -0600 Committer: Gary Gregory <garydgreg...@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 {