Skip to content

Commit 423e986

Browse files
author
Gary Gregory
committed
Remove unused exception.
1 parent 7c01096 commit 423e986

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/apache/commons/io/input/CharacterFilterReaderTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public void testInputSize2FilterSize1FilterLast() throws IOException {
7878
}
7979

8080
@Test
81-
public void testReadFilteringEOF() throws IOException {
81+
public void testReadFilteringEOF() {
8282
final StringReader input = new StringReader(STRING_FIXTURE);
8383
assertTimeoutPreemptively(Duration.ofMillis(500), () -> {
8484
try (StringBuilderWriter output = new StringBuilderWriter();

0 commit comments

Comments
 (0)