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-chain.git


The following commit(s) were added to refs/heads/master by this push:
     new 10ccfe9  Javadoc typos
10ccfe9 is described below

commit 10ccfe90f3d03e2dc7d526e92b9f42bd42f61147
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri May 19 08:42:29 2023 -0400

    Javadoc typos
---
 web/src/main/java/org/apache/commons/chain2/web/MapEntry.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/web/src/main/java/org/apache/commons/chain2/web/MapEntry.java 
b/web/src/main/java/org/apache/commons/chain2/web/MapEntry.java
index 1e1d73d..a320792 100644
--- a/web/src/main/java/org/apache/commons/chain2/web/MapEntry.java
+++ b/web/src/main/java/org/apache/commons/chain2/web/MapEntry.java
@@ -110,9 +110,9 @@ public class MapEntry<K, V> implements Map.Entry<K, V> {
     }
 
     /**
-     * <p>Returns the hashcode for this entry.</p>
+     * <p>Returns the hash code for this entry.</p>
      *
-     * @return The and'ed hashcode of the key and value
+     * @return The and'ed hash code of the key and value
      */
     @Override
     public int hashCode() {

Reply via email to