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

commit 9a372f674951deee557cea93f6517674c0c5e315
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Aug 26 16:39:14 2022 -0400

    Javadoc
---
 src/main/java/org/apache/commons/lang3/builder/HashCodeBuilder.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/commons/lang3/builder/HashCodeBuilder.java 
b/src/main/java/org/apache/commons/lang3/builder/HashCodeBuilder.java
index 0dedad315..7dc042f29 100644
--- a/src/main/java/org/apache/commons/lang3/builder/HashCodeBuilder.java
+++ b/src/main/java/org/apache/commons/lang3/builder/HashCodeBuilder.java
@@ -894,7 +894,7 @@ public class HashCodeBuilder implements Builder<Integer> {
     }
 
     /**
-     * Implements equals with iTotal.
+     * Implements equals using the hash code.
      *
      * @since 3.13.0
      */

Reply via email to