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 e570d3df4 Javadoc e570d3df4 is described below commit e570d3df471154872bc23a7111836566f0487170 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Jul 22 21:42:45 2023 -0400 Javadoc --- src/main/java/org/apache/commons/lang3/builder/EqualsExclude.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/main/java/org/apache/commons/lang3/builder/EqualsExclude.java b/src/main/java/org/apache/commons/lang3/builder/EqualsExclude.java index b4ede8f1e..6f9f0cb60 100755 --- a/src/main/java/org/apache/commons/lang3/builder/EqualsExclude.java +++ b/src/main/java/org/apache/commons/lang3/builder/EqualsExclude.java @@ -23,9 +23,7 @@ import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; /** - * Use this annotation to exclude a field from being used by - * the various {@code reflectionEquals} methods defined on - * {@link EqualsBuilder}. + * Excludes a field from being used by the various {@code reflectionEquals} methods defined on {@link EqualsBuilder}. * * @since 3.5 */