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 2018/05/09 00:28:30 UTC

commons-dbcp git commit: Typo.

Repository: commons-dbcp
Updated Branches:
  refs/heads/master 8d0c258be -> 39c82bb01


Typo.

Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/39c82bb0
Tree: http://git-wip-us.apache.org/repos/asf/commons-dbcp/tree/39c82bb0
Diff: http://git-wip-us.apache.org/repos/asf/commons-dbcp/diff/39c82bb0

Branch: refs/heads/master
Commit: 39c82bb0149a8fa7c4322c08fcad040ea3255258
Parents: 8d0c258
Author: Gary Gregory <ga...@gmail.com>
Authored: Tue May 8 18:28:24 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Tue May 8 18:28:24 2018 -0600

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


http://git-wip-us.apache.org/repos/asf/commons-dbcp/blob/39c82bb0/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index fa85cb5..33ebd63 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -62,7 +62,7 @@ The <action> type attribute can be add,update,fix,remove.
   <body>
     <release version="2.3.0" date="2018-MM-DD" description="This is a minor release, including bug fixes and enhancements.">
       <action dev="pschumacher" type="fix" issue="DBCP-476" due-to="Gary Evesson, Richard Cordova">
-        AbandonedTrace.getTrace() contains race condition
+        AbandonedTrace.getTrace() contains race condition.
       </action>
       <action dev="ggregory" type="fix" issue="DBCP-482" due-to="Dennis Lloyd, Gary Gregory">
         Avoid javax.management.InstanceNotFoundException on shutdown when a bean is not registered.