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 4b0b0179 Javadoc
4b0b0179 is described below

commit 4b0b0179da996fd2e81417fff2bfa313e12f484b
Author: Gary Gregory <gardgreg...@gmail.com>
AuthorDate: Tue Jul 26 19:27:33 2022 -0400

    Javadoc
---
 src/main/java/org/apache/commons/io/function/IOPredicate.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/io/function/IOPredicate.java 
b/src/main/java/org/apache/commons/io/function/IOPredicate.java
index 6cedbd4c..c7b4fe6a 100644
--- a/src/main/java/org/apache/commons/io/function/IOPredicate.java
+++ b/src/main/java/org/apache/commons/io/function/IOPredicate.java
@@ -85,7 +85,8 @@ public interface IOPredicate<T> {
     }
 
     /**
-     * Converts this predicate to a Predicate that throws {@link 
UncheckedIOException} instead of {@link IOException}.
+     * Converts this instance to a {@link Predicate} that throws {@link 
UncheckedIOException} instead of
+     * {@link IOException}.
      *
      * @return an unchecked Predicate.
      */

Reply via email to