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 51611dd Remove unused exception. 51611dd is described below commit 51611dd94de124755942970b886c357a1374dad6 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Thu May 13 09:00:18 2021 -0400 Remove unused exception. --- src/test/java/org/apache/commons/io/input/TimestampedObserverTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/apache/commons/io/input/TimestampedObserverTest.java b/src/test/java/org/apache/commons/io/input/TimestampedObserverTest.java index a3cd425..0f7c885 100644 --- a/src/test/java/org/apache/commons/io/input/TimestampedObserverTest.java +++ b/src/test/java/org/apache/commons/io/input/TimestampedObserverTest.java @@ -58,7 +58,7 @@ public class TimestampedObserverTest { } @Test - public void testExample() throws IOException, InterruptedException { + public void testExample() throws IOException { final TimestampedObserver timestampedObserver = new TimestampedObserver(); final byte[] buffer = MessageDigestCalculatingInputStreamTest .generateRandomByteStream(IOUtils.DEFAULT_BUFFER_SIZE);