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
commit 56dd87e8b8cfee4d10c0a4ac5cfc5ce06a66df22 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Feb 7 10:26:27 2021 -0500 Fix Javadoc link. --- src/main/java/org/apache/commons/lang3/function/Objects.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 4a158db..a294b2b 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. *