Fix javadoc warnings + #421 add javadoc for new API

This commit is contained in:
ljacqu
2016-02-27 16:31:42 +01:00
parent 4bf8972875
commit b916c9b2be
5 changed files with 33 additions and 33 deletions
@@ -30,8 +30,9 @@ public class SQLite implements DataSource {
/**
* Constructor for SQLite.
*
* @throws ClassNotFoundException Exception
* @throws SQLException Exception
* @param settings The settings instance
* @throws ClassNotFoundException if no driver could be found for the datasource
* @throws SQLException when initialization of a SQL datasource failed
*/
public SQLite(NewSetting settings) throws ClassNotFoundException, SQLException {
this.database = settings.getProperty(DatabaseSettings.MYSQL_DATABASE);