Javadoc fixes, use samskivert 1.9 for testing.

This commit is contained in:
Michael Bayne
2015-03-12 08:51:09 -07:00
parent eb6724ed8b
commit 2eacad24e9
2 changed files with 5 additions and 4 deletions
@@ -24,9 +24,9 @@ public class DataSourceConnectionProvider implements ConnectionProvider
* Responsibility for the lifecycle of the supplied datasources is left to the caller and is
* not managed by the connection provider ({@link #shutdown} does nothing).
*
* @param url a URL prefix that can be used by the {@link DatabaseLiaison} to identify the type
* of database being accessed by the supplied data sources, this should be one of "jdbc:mysql"
* or "jdbc:postgresql" as those are the only two types of database currently supported.
* @param url a URL prefix that can be used to identify the type of database being accessed by
* the supplied data sources, this should be one of "jdbc:mysql" or "jdbc:postgresql" as those
* are the only two types of database currently supported.
*/
public DataSourceConnectionProvider (String url, DataSource readSource, DataSource writeSource)
{