Skip to content

Commit 8bc3e23

Browse files
author
Gary Gregory
committed
Fix reference
1 parent 717239a commit 8bc3e23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/apache/commons/io/function/IOPredicateTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public class IOPredicateTest {
4646
private static final Object THROWING_EQUALS = new Object() {
4747
@Override
4848
public boolean equals(final Object obj) {
49-
throw IOStream.rethrow(new IOException("Expected"));
49+
throw IOStreams.rethrow(new IOException("Expected"));
5050
}
5151
};
5252

0 commit comments

Comments
 (0)