You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/07/04 12:43:59 UTC

[commons-dbcp] 01/02: Typo

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

commit 75896becf426e75fcfc0683862f4274421dc0dd3
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Jul 4 08:43:22 2022 -0400

    Typo
---
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5e7a77bb..6401a9e1 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -81,7 +81,7 @@ The <action> type attribute can be add,update,fix,remove.
         Fix possible NullPointerException in BasicDataSourceFactory.getObjectInstance().
       </action>
       <action dev="ggregory" type="fix" due-to="Kurtcebe Eroglu, Gary Gregory, Phil Steitz" issue="DBCP-585">
-        Connection level JMX queries result in concurrent access to connection objects, causing errors #179
+        Connection level JMX queries result in concurrent access to connection objects, causing errors #179.
       </action>
       <action dev="ggregory" type="fix" due-to="Gary Gregory">
         UserPassKey should be Serializable.