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 913639da Javadoc. 913639da is described below commit 913639da3f08178fae4f0fede76dcb7d9a25cc1d Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Tue May 10 13:53:38 2022 -0400 Javadoc. --- src/test/java/org/apache/commons/io/function/IOFunctionTest.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/test/java/org/apache/commons/io/function/IOFunctionTest.java b/src/test/java/org/apache/commons/io/function/IOFunctionTest.java index 9b7b4316..82f90c8e 100644 --- a/src/test/java/org/apache/commons/io/function/IOFunctionTest.java +++ b/src/test/java/org/apache/commons/io/function/IOFunctionTest.java @@ -29,6 +29,9 @@ import java.util.function.Supplier; import org.junit.jupiter.api.Test; +/** + * Tests {@link IOFunction}. + */ public class IOFunctionTest { private static class Holder<T> {