Skip to content

Commit 4b0b017

Browse files
author
Gary Gregory
committed
Javadoc
1 parent e366fde commit 4b0b017

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/main/java/org/apache/commons/io/function/IOPredicate.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ default IOPredicate<T> and(final IOPredicate<? super T> other) {
8585
}
8686

8787
/**
88-
* Converts this predicate to a Predicate that throws {@link UncheckedIOException} instead of {@link IOException}.
88+
* Converts this instance to a {@link Predicate} that throws {@link UncheckedIOException} instead of
89+
* {@link IOException}.
8990
*
9091
* @return an unchecked Predicate.
9192
*/

0 commit comments

Comments
 (0)