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