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 3d7569ee Javadoc typos
3d7569ee is described below

commit 3d7569ee4c7dcd453cec747750579c23be37ca1b
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri May 19 08:55:18 2023 -0400

    Javadoc typos
---
 src/main/java/org/apache/commons/beanutils2/DynaProperty.java | 2 +-
 src/main/java/org/apache/commons/beanutils2/MethodUtils.java  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/java/org/apache/commons/beanutils2/DynaProperty.java 
b/src/main/java/org/apache/commons/beanutils2/DynaProperty.java
index a9054e95..f5077bbc 100644
--- a/src/main/java/org/apache/commons/beanutils2/DynaProperty.java
+++ b/src/main/java/org/apache/commons/beanutils2/DynaProperty.java
@@ -172,7 +172,7 @@ public class DynaProperty implements Serializable {
     }
 
     /**
-     * @return the hashcode for this dyna property
+     * @return the hash code for this dyna property
      * @see Object#hashCode
      * @since 1.8.0
      */
diff --git a/src/main/java/org/apache/commons/beanutils2/MethodUtils.java 
b/src/main/java/org/apache/commons/beanutils2/MethodUtils.java
index 406b6745..a7460e21 100644
--- a/src/main/java/org/apache/commons/beanutils2/MethodUtils.java
+++ b/src/main/java/org/apache/commons/beanutils2/MethodUtils.java
@@ -102,8 +102,8 @@ public class MethodUtils {
         }
         /**
          * Returns the string length of method name. I.e. if the
-         * hashcodes are different, the objects are different. If the
-         * hashcodes are the same, need to use the equals method to
+         * hash codes are different, the objects are different. If the
+         * hash codes are the same, need to use the equals method to
          * determine equality.
          * @return the string length of method name.
          */

Reply via email to