You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/05/10 17:53:45 UTC

[commons-io] branch master updated: Javadoc.

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 <ga...@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> {