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 2021/11/06 17:53:08 UTC

[commons-io] branch master updated: Fix typo in 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 5b4b038  Fix typo in Javadoc.
5b4b038 is described below

commit 5b4b0380528000f7c019f71ef1e144ab2bca5a8b
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Nov 6 13:53:06 2021 -0400

    Fix typo in Javadoc.
---
 src/test/java/org/apache/commons/io/function/IOConsumerTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/org/apache/commons/io/function/IOConsumerTest.java b/src/test/java/org/apache/commons/io/function/IOConsumerTest.java
index 869700e..77fa5e5 100644
--- a/src/test/java/org/apache/commons/io/function/IOConsumerTest.java
+++ b/src/test/java/org/apache/commons/io/function/IOConsumerTest.java
@@ -28,7 +28,7 @@ import org.apache.commons.io.test.ThrowOnCloseReader;
 import org.junit.jupiter.api.Test;
 
 /**
- * Tests {@linnk IOConsumer}.
+ * Tests {@link IOConsumer}.
  */
 public class IOConsumerTest {