This commit is contained in:
Robin Kupper
2011-06-20 22:06:49 +02:00
parent ecac31b0f4
commit 9ab5e4aee2
2 changed files with 1 additions and 11 deletions

View File

@@ -178,7 +178,7 @@ public class LogBlock extends JavaPlugin
return true;
}
Connection getConnection() {
public Connection getConnection() {
try {
return pool.getConnection();
} catch (final SQLException ex) {

View File

@@ -1,10 +0,0 @@
package de.diddiz.LogBlockQuestioner;
public class QuestionerException extends Exception
{
private static final long serialVersionUID = -1925764344890253869L;
public QuestionerException(String msg) {
super(msg);
}
}