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 22bd091b24f645207c52c55df00a9a73a3749226
Author: Gary Gregory <gardgreg...@gmail.com>
AuthorDate: Mon Jul 25 15:47:03 2022 -0400

    Javadoc
---
 src/test/java/org/apache/commons/io/IOUtilsTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/org/apache/commons/io/IOUtilsTest.java 
b/src/test/java/org/apache/commons/io/IOUtilsTest.java
index de8a0d49..9683f9c8 100644
--- a/src/test/java/org/apache/commons/io/IOUtilsTest.java
+++ b/src/test/java/org/apache/commons/io/IOUtilsTest.java
@@ -80,7 +80,7 @@ import org.junit.jupiter.api.Test;
 import org.junit.jupiter.api.io.TempDir;
 
 /**
- * This is used to test IOUtils for correctness. The following checks are 
performed:
+ * This is used to test {@link IOUtils} for correctness. The following checks 
are performed:
  * <ul>
  * <li>The return must not be null, must be the same type and equals() to the 
method's second arg</li>
  * <li>All bytes must have been read from the source (available() == 0)</li>

Reply via email to