minor fixes

This commit is contained in:
Jesse Boyd 2015-01-14 03:38:15 +11:00
parent 94a113ea4d
commit 57f18eeb93
126 changed files with 785 additions and 660 deletions

View file

@ -21,13 +21,17 @@
package com.intellectualcrafters.plot.database;
import org.bukkit.plugin.Plugin;
import java.io.File;
import java.io.IOException;
import java.sql.*;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.logging.Level;
import org.bukkit.plugin.Plugin;
/**
* Connects to and uses a SQLite database
*