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/15 13:31:38 UTC

[commons-lang] branch master updated: Fix Javadoc link.

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-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new 9208f1d  Fix Javadoc link.
9208f1d is described below

commit 9208f1d0b94cf89614a5190ed15f7201116eb7e0
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Nov 15 08:31:35 2021 -0500

    Fix Javadoc link.
---
 src/test/java/org/apache/commons/lang3/function/TriConsumerTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/org/apache/commons/lang3/function/TriConsumerTest.java b/src/test/java/org/apache/commons/lang3/function/TriConsumerTest.java
index bb178ac..9b97aab 100644
--- a/src/test/java/org/apache/commons/lang3/function/TriConsumerTest.java
+++ b/src/test/java/org/apache/commons/lang3/function/TriConsumerTest.java
@@ -24,7 +24,7 @@ import java.util.concurrent.atomic.AtomicReference;
 import org.junit.jupiter.api.Test;
 
 /**
- * Tests {@linkTriConsumer}.
+ * Tests {@link TriConsumer}.
  */
 public class TriConsumerTest {