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


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

commit 84edbf7704262dc5bf729a7c4ea7038b41c0302e
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri May 19 08:53:02 2023 -0400

    Javadoc typos
---
 .../java/org/apache/commons/pool2/impl/TestGenericObjectPool.java     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/src/test/java/org/apache/commons/pool2/impl/TestGenericObjectPool.java 
b/src/test/java/org/apache/commons/pool2/impl/TestGenericObjectPool.java
index b32eb1ca..c2ffde1f 100644
--- a/src/test/java/org/apache/commons/pool2/impl/TestGenericObjectPool.java
+++ b/src/test/java/org/apache/commons/pool2/impl/TestGenericObjectPool.java
@@ -174,7 +174,7 @@ public class TestGenericObjectPool extends 
TestBaseObjectPool {
     /**
      * Factory that creates HashSets.  Note that this means
      *  0) All instances are initially equal (not discernible by equals)
-     *  1) Instances are mutable and mutation can cause change in identity / 
hashcode.
+     *  1) Instances are mutable and mutation can cause change in identity / 
hash code.
      */
     private static final class HashSetFactory
             extends BasePooledObjectFactory<HashSet<String>, RuntimeException> 
{
@@ -2466,7 +2466,7 @@ public class TestGenericObjectPool extends 
TestBaseObjectPool {
 
     /**
      * Verifies that when a borrowed object is mutated in a way that does not
-     * preserve equality and hashcode, the pool can recognized it on return.
+     * preserve equality and hash code, the pool can recognized it on return.
      *
      * JIRA: POOL-284
      */

Reply via email to