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 c455ea283 Javadoc
c455ea283 is described below

commit c455ea283271f3e81404e024b42ced5adb10f224
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Jul 22 21:43:04 2023 -0400

    Javadoc
---
 src/main/java/org/apache/commons/lang3/builder/HashCodeExclude.java | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git 
a/src/main/java/org/apache/commons/lang3/builder/HashCodeExclude.java 
b/src/main/java/org/apache/commons/lang3/builder/HashCodeExclude.java
index d1c3661da..6eb33267b 100755
--- a/src/main/java/org/apache/commons/lang3/builder/HashCodeExclude.java
+++ b/src/main/java/org/apache/commons/lang3/builder/HashCodeExclude.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 reflectionHashcode} methods defined on
- * {@link HashCodeBuilder}.
+ * Exclude a field from being used by the various {@code reflectionHashcode} 
methods defined on {@link HashCodeBuilder}.
  *
  * @since 3.5
  */

Reply via email to