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-beanutils.git
The following commit(s) were added to refs/heads/master by this push: new 85969dc7 Javadoc: Remove redundant "java.lang" prefix 85969dc7 is described below commit 85969dc73ce1476da4311fdebb2b46ba93b101e4 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Dec 9 10:01:16 2023 -0500 Javadoc: Remove redundant "java.lang" prefix --- src/main/java/org/apache/commons/beanutils2/DynaProperty.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/beanutils2/DynaProperty.java b/src/main/java/org/apache/commons/beanutils2/DynaProperty.java index bc39f789..6d339bd8 100644 --- a/src/main/java/org/apache/commons/beanutils2/DynaProperty.java +++ b/src/main/java/org/apache/commons/beanutils2/DynaProperty.java @@ -109,7 +109,7 @@ public class DynaProperty implements Serializable { /** * Checks this instance against the specified Object for equality. Overrides the - * default reference test for equality provided by {@link java.lang.Object#equals(Object)} + * default reference test for equality provided by {@link Object#equals(Object)} * @param obj The object to compare to * @return {@code true} if object is a dyna property with the same name * type and content type, otherwise {@code false}