Repository: commons-dbcp Updated Branches: refs/heads/master db69349c6 -> dd2c56855
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/dd2c5685 Tree: http://git-wip-us.apache.org/repos/asf/commons-dbcp/tree/dd2c5685 Diff: http://git-wip-us.apache.org/repos/asf/commons-dbcp/diff/dd2c5685 Branch: refs/heads/master Commit: dd2c56855c75f55dc7bf718f8f04b91600c396ce Parents: db69349 Author: Gary Gregory <garydgreg...@gmail.com> Authored: Fri Jun 8 13:31:16 2018 -0600 Committer: Gary Gregory <garydgreg...@gmail.com> Committed: Fri Jun 8 13:31:16 2018 -0600 ---------------------------------------------------------------------- .../commons/dbcp2/cpdsadapter/DriverAdapterCPDS.java | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-dbcp/blob/dd2c5685/src/main/java/org/apache/commons/dbcp2/cpdsadapter/DriverAdapterCPDS.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/commons/dbcp2/cpdsadapter/DriverAdapterCPDS.java b/src/main/java/org/apache/commons/dbcp2/cpdsadapter/DriverAdapterCPDS.java index f42c1db..b3611b2 100644 --- a/src/main/java/org/apache/commons/dbcp2/cpdsadapter/DriverAdapterCPDS.java +++ b/src/main/java/org/apache/commons/dbcp2/cpdsadapter/DriverAdapterCPDS.java @@ -597,13 +597,15 @@ public class DriverAdapterCPDS } /** - * Sets the number of milliseconds to sleep between runs of the - * idle object evictor thread. - * When non-positive, no idle object evictor thread will be - * run. + * Sets the number of milliseconds to sleep between runs of the idle object evictor thread. When non-positive, no + * idle object evictor thread will be run. + * * @param timeBetweenEvictionRunsMillis + * The number of milliseconds to sleep between runs of the idle object evictor thread. When non-positive, + * no idle object evictor thread will be run. * @see #getTimeBetweenEvictionRunsMillis() - * @throws IllegalStateException if {@link #getPooledConnection()} has been called + * @throws IllegalStateException + * if {@link #getPooledConnection()} has been called */ public void setTimeBetweenEvictionRunsMillis( final long timeBetweenEvictionRunsMillis) {