aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/apache/commons/lang3/function
diff options
context:
space:
mode:
authorGary Gregory <garydgregory@gmail.com>2021-02-07 10:26:27 -0500
committerGary Gregory <garydgregory@gmail.com>2021-02-07 10:26:27 -0500
commit56dd87e8b8cfee4d10c0a4ac5cfc5ce06a66df22 (patch)
treed933d57375f82b8e929f58e9cc81731c21d68801 /src/main/java/org/apache/commons/lang3/function
parent38611d05e9a53442452db2298075f87c12f7db62 (diff)
downloadapache-commons-lang-56dd87e8b8cfee4d10c0a4ac5cfc5ce06a66df22.tar.gz
Fix Javadoc link.
Diffstat (limited to 'src/main/java/org/apache/commons/lang3/function')
-rwxr-xr-xsrc/main/java/org/apache/commons/lang3/function/Objects.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/org/apache/commons/lang3/function/Objects.java b/src/main/java/org/apache/commons/lang3/function/Objects.java
index 4a158dba7..a294b2b96 100755
--- a/src/main/java/org/apache/commons/lang3/function/Objects.java
+++ b/src/main/java/org/apache/commons/lang3/function/Objects.java
@@ -27,7 +27,7 @@ import org.apache.commons.lang3.ObjectUtils;
/**
* This class provides some replacements for the corresponding methods in
- * {@link Objects}. The replacements have the advantage, that they are properly
+ * {@link java.util.Objects}. The replacements have the advantage, that they are properly
* annotated with {@link Nullable}, and/or {@link Nonnull}, so they let the
* compiler know, what their respective results are.
*