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 @@ /** * 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. *