Skip to content

Commit 60a58ea

Browse files
committed
No effective change - javadoc
1 parent fa0fc25 commit 60a58ea

1 file changed

Lines changed: 7 additions & 9 deletions

File tree

src/main/java/org/avaje/datasource/pool/ConnectionPool.java

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package org.avaje.datasource.pool;
22

3-
import org.avaje.datasource.DataSourceConfig;
43
import org.avaje.datasource.DataSourceAlert;
4+
import org.avaje.datasource.DataSourceConfig;
55
import org.avaje.datasource.DataSourcePool;
66
import org.avaje.datasource.DataSourcePoolListener;
77
import org.avaje.datasource.PoolStatistics;
@@ -22,16 +22,14 @@
2222
import java.util.Set;
2323

2424
/**
25-
* A robust DataSource.
25+
* A robust DataSource implementation.
2626
* <p>
2727
* <ul>
28-
* <li>Manages the number of connections closing connections that have been idle
29-
* for some time.
30-
* <li>Notifies when the datasource goes down and comes back up.
31-
* <li>Checks for expected downtime which is useful for schedule db backups.
32-
* <li>Provides PreparedStatement caching
33-
* <li>Knows the busy connections
34-
* <li>Traces connections that have been leaked
28+
* <li>Manages the number of connections closing connections that have been idle for some time.</li>
29+
* <li>Notifies when the datasource goes down and comes back up.</li>
30+
* <li>Provides PreparedStatement caching</li>
31+
* <li>Knows the busy connections</li>
32+
* <li>Traces connections that have been leaked</li>
3533
* </ul>
3634
* </p>
3735
*/

0 commit comments

Comments
 (0)