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


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

commit 3dd91e318424aff47dd4d1c8f6840729e96f3809
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri May 19 08:45:14 2023 -0400

    Javadoc typos
---
 .../org/apache/commons/dbcp2/managed/TestManagedDataSourceInTx.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/test/java/org/apache/commons/dbcp2/managed/TestManagedDataSourceInTx.java 
b/src/test/java/org/apache/commons/dbcp2/managed/TestManagedDataSourceInTx.java
index 7a91b951..b2922c7c 100644
--- 
a/src/test/java/org/apache/commons/dbcp2/managed/TestManagedDataSourceInTx.java
+++ 
b/src/test/java/org/apache/commons/dbcp2/managed/TestManagedDataSourceInTx.java
@@ -289,7 +289,7 @@ public class TestManagedDataSourceInTx extends 
TestManagedDataSource {
         final Connection conn2 = newConnection();
         assertNotNull(conn2);
 
-        // shared connections should not have the same hashcode
+        // shared connections should not have the same hash code
         Assertions.assertNotEquals(conn1.hashCode(), conn2.hashCode());
     }
 

Reply via email to