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 525b1df  Add test case.
525b1df is described below

commit 525b1df56ba35cf7c619a6d0b18b422cf8006b86
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Nov 15 08:30:55 2021 -0500

    Add test case.
---
 src/test/java/org/apache/commons/lang3/function/TriFunctionTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/test/java/org/apache/commons/lang3/function/TriFunctionTest.java 
b/src/test/java/org/apache/commons/lang3/function/TriFunctionTest.java
index 8826be6..02f6087 100644
--- a/src/test/java/org/apache/commons/lang3/function/TriFunctionTest.java
+++ b/src/test/java/org/apache/commons/lang3/function/TriFunctionTest.java
@@ -26,7 +26,7 @@ import java.util.function.Function;
 import org.junit.jupiter.api.Test;
 
 /**
- * Tests {@linkTriConsumer}.
+ * Tests {@link TriConsumer}.
  */
 public class TriFunctionTest {
 

Reply via email to