Maven cleaup

This commit is contained in:
Gabriele C
2018-09-17 22:55:36 +02:00
parent 09c3e7bf22
commit 7f91b739f2
3 changed files with 95 additions and 69 deletions
@@ -75,6 +75,8 @@ public class SQLite extends AbstractSqlDataSource {
/**
* Initializes the connection to the SQLite database.
*
* @throws SQLException when an SQL error occurs while connecting
*/
protected void connect() throws SQLException {
try {
@@ -90,6 +92,8 @@ public class SQLite extends AbstractSqlDataSource {
/**
* Creates the table if necessary, or adds any missing columns to the table.
*
* @throws SQLException when an SQL error occurs while initializing the database
*/
@VisibleForTesting
protected void setup() throws SQLException {
+4 -4
View File
@@ -1,9 +1,9 @@
name: ${bukkitplugin.name}
authors: [${bukkitplugin.authors}]
name: ${pluginDescription.name}
authors: [${pluginDescription.authors}]
website: ${project.url}
description: ${project.description}
main: ${bukkitplugin.main}
version: ${bukkitplugin.version}
main: ${pluginDescription.main}
version: ${pluginDescription.version}
api-version: 1.13
softdepend:
- Vault