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
commit 9d5523504d1263f7c683dc396fd8c1930a7c3a3a Author: Gary Gregory <[email protected]> AuthorDate: Wed Jul 20 14:22:28 2022 -0400 Format nit. --- src/main/java/org/apache/commons/io/function/IOFunction.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/org/apache/commons/io/function/IOFunction.java b/src/main/java/org/apache/commons/io/function/IOFunction.java index be676556..f5c3406c 100644 --- a/src/main/java/org/apache/commons/io/function/IOFunction.java +++ b/src/main/java/org/apache/commons/io/function/IOFunction.java @@ -124,7 +124,6 @@ public interface IOFunction<T, R> { * * @param t the function argument * @return the function result - * * @throws IOException if an I/O error occurs. */ R apply(final T t) throws IOException;
