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 6793d56  Remove unused exception.
6793d56 is described below

commit 6793d56440d0809593cddb97424d1df66d5cfc84
Author: Gary Gregory <[email protected]>
AuthorDate: Thu May 13 08:58:51 2021 -0400

    Remove unused exception.
---
 .../java/org/apache/commons/io/input/CharacterSetFilterReaderTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/test/java/org/apache/commons/io/input/CharacterSetFilterReaderTest.java 
b/src/test/java/org/apache/commons/io/input/CharacterSetFilterReaderTest.java
index 925491a..b76d3f0 100644
--- 
a/src/test/java/org/apache/commons/io/input/CharacterSetFilterReaderTest.java
+++ 
b/src/test/java/org/apache/commons/io/input/CharacterSetFilterReaderTest.java
@@ -139,7 +139,7 @@ public class CharacterSetFilterReaderTest {
     }
 
     @Test
-    public void testReadFilteringEOF() throws IOException {
+    public void testReadFilteringEOF() {
         final StringReader input = new StringReader(STRING_FIXTURE);
         assertTimeoutPreemptively(Duration.ofMillis(500), () -> {
             try (StringBuilderWriter output = new StringBuilderWriter();

Reply via email to