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 114304f Javadoc. 114304f is described below commit 114304f650866678ef3c45876ecd5bcbe9a7d0a3 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Tue Jul 30 16:01:05 2019 -0400 Javadoc. --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 0883547..863a2d6 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -118,6 +118,9 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" type="update" issue="DBCP-550" due-to="Gary Gregory"> java.util.IllegalFormatException while building a message for a SQLFeatureNotSupportedException in Jdbc41Bridge.getObject(ResultSet,String,Class). </action> + <action dev="ggregory" type="update" due-to="Gary Gregory"> + Add missing Javadocs. + </action> </release> <release version="2.6.0" date="2019-02-14" description="This is a minor release, including bug fixes and enhancements."> <action dev="chtompki" type="add" issue="DBCP-534" due-to="Peter Wicks">