Repository: commons-dbcp Updated Branches: refs/heads/master a853ef44f -> baa2adbd3
Typo: 'JavaDoc' -> 'Javadoc'. Project: http://git-wip-us.apache.org/repos/asf/commons-dbcp/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-dbcp/commit/baa2adbd Tree: http://git-wip-us.apache.org/repos/asf/commons-dbcp/tree/baa2adbd Diff: http://git-wip-us.apache.org/repos/asf/commons-dbcp/diff/baa2adbd Branch: refs/heads/master Commit: baa2adbd33b09089c1b9d728d7726e806919a668 Parents: a853ef4 Author: Gary Gregory <garydgreg...@gmail.com> Authored: Tue May 15 12:23:23 2018 -0600 Committer: Gary Gregory <garydgreg...@gmail.com> Committed: Tue May 15 12:23:23 2018 -0600 ---------------------------------------------------------------------- README.md | 2 +- doc/README.txt | 2 +- src/changes/changes.xml | 2 +- src/site/xdoc/index.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-dbcp/blob/baa2adbd/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index bc31f78..0f52532 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Documentation ------------- More information can be found on the [Apache Commons DBCP homepage](https://commons.apache.org/proper/commons-dbcp2). -The [JavaDoc](https://commons.apache.org/proper/commons-dbcp2/javadocs/api-release) can be browsed. +The [Javadoc](https://commons.apache.org/proper/commons-dbcp2/javadocs/api-release) can be browsed. Questions related to the usage of Apache Commons DBCP 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-dbcp/blob/baa2adbd/doc/README.txt ---------------------------------------------------------------------- diff --git a/doc/README.txt b/doc/README.txt index b728fbe..a87e2b4 100644 --- a/doc/README.txt +++ b/doc/README.txt @@ -34,7 +34,7 @@ PoolingDataSource.java Look at the comments with that file for instructions on how to build and run it. -See also the JavaDoc documentation (use "ant doc" to generate it), +See also the Javadoc documentation (use "ant doc" to generate it), especially the package documentation for org.apache.commons.dbcp for an overview of how it all works. http://git-wip-us.apache.org/repos/asf/commons-dbcp/blob/baa2adbd/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 77f4e23..d329d67 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -691,7 +691,7 @@ The <action> type attribute can be add,update,fix,remove. Changed behavior to allow Connection, Statement, PreparedStatement, CallableStatement and ResultSet to be closed multiple times. The first time close is called the resource is closed and any subsequent calls - have no effect. This behavior is required as per the JavaDocs for these + have no effect. This behavior is required as per the Javadocs for these classes. Also added tests for closing all types multiple times and updated any tests that incorrectly assert that a resource can not be closed more then once. Fixes DBCP-3, DBCP-5, DBCP-23 and DBCP-134. http://git-wip-us.apache.org/repos/asf/commons-dbcp/blob/baa2adbd/src/site/xdoc/index.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index 96071f6..14f696d 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -84,7 +84,7 @@ filtered out of the DBCP 1.3 sources.</p> <section name="Documentation"> <p>The -<a href="apidocs/index.html">JavaDoc API documents</a> +<a href="apidocs/index.html">Javadoc API documents</a> are available online. In particular, you should read the package overview of the <code><a href="apidocs/org/apache/commons/dbcp2/package-summary.html#package_description">org.apache.commons.dbcp2</a></code>