Repository: commons-dbutils Updated Branches: refs/heads/master 9d336010c -> c66efa940
Typo: 'JavaDoc' -> 'Javadoc'. Project: http://git-wip-us.apache.org/repos/asf/commons-dbutils/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbutils/commit/c66efa94 Tree: http://git-wip-us.apache.org/repos/asf/commons-dbutils/tree/c66efa94 Diff: http://git-wip-us.apache.org/repos/asf/commons-dbutils/diff/c66efa94 Branch: refs/heads/master Commit: c66efa940fd7b2bfa4d2a9b9a65f50bd7a5a2659 Parents: 9d33601 Author: Gary Gregory <garydgreg...@gmail.com> Authored: Tue May 15 12:24:24 2018 -0600 Committer: Gary Gregory <garydgreg...@gmail.com> Committed: Tue May 15 12:24:24 2018 -0600 ---------------------------------------------------------------------- README.md | 2 +- RELEASE-NOTES.txt | 2 +- src/changes/changes.xml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-dbutils/blob/c66efa94/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 924ba72..1105ac3 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Documentation ------------- More information can be found on the [Apache Commons DbUtils homepage](https://commons.apache.org/proper/commons-dbutils). -The [JavaDoc](https://commons.apache.org/proper/commons-dbutils/javadocs/api-release) can be browsed. +The [Javadoc](https://commons.apache.org/proper/commons-dbutils/javadocs/api-release) can be browsed. Questions related to the usage of Apache Commons DbUtils should be posted to the [user mailing list][ml]. Where can I get the latest release? http://git-wip-us.apache.org/repos/asf/commons-dbutils/blob/c66efa94/RELEASE-NOTES.txt ---------------------------------------------------------------------- diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 8105c5b..a6445b7 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -25,7 +25,7 @@ Changes: o DBUTILS-117: Error handling possible getParameterMetaData() results - allow for null return - handle SQLFeatureNotSupportedException Thanks to Vadim Smirnov. -o DBUTILS-119: Correct errors in BeanMapHandler JavaDoc Thanks to Michael Akerman. +o DBUTILS-119: Correct errors in BeanMapHandler Javadoc Thanks to Michael Akerman. o PR/1: Created some Unit Tests to increase code coverage. Thanks to Michael Hausegger. http://git-wip-us.apache.org/repos/asf/commons-dbutils/blob/c66efa94/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index cbef37b..8d2dca5 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -69,7 +69,7 @@ The <action> type attribute can be add,update,fix,remove. - handle SQLFeatureNotSupportedException </action> <action dev="britter" type="update" issue="DBUTILS-119" due-to="Michael Akerman"> - Correct errors in BeanMapHandler JavaDoc + Correct errors in BeanMapHandler Javadoc </action> <action dev="thecarlhall" type="add" issue="DBUTILS-121"> Add getWriteMethod to BeanProcessor to allow subclasses to influence which write method is used @@ -125,7 +125,7 @@ The <action> type attribute can be add,update,fix,remove. Updated the use of getColumnName to try getColumnLabel first </action> <action dev="simonetripodi" due-to="Moandji Ezana" type="add" issue="DBUTILS-98"> - Add missing JavaDoc to QueryRunner#insert + Add missing Javadoc to QueryRunner#insert </action> <action dev="simonetripodi" type="add" issue="DBUTILS-97"> Add an Abstract ResultSetHandler implementation in order to reduce redundant 'resultSet' variable invocation