1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-18 09:43:00 +01:00

These should be protected.

This commit is contained in:
GJ
2013-06-06 18:01:43 -04:00
parent 8705974e08
commit 4ff4271da2
2 changed files with 2 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ public final class SQLDatabaseManager implements DatabaseManager {
// How many connection attempts have failed
private int reconnectAttempt = 0;
public SQLDatabaseManager() {
protected SQLDatabaseManager() {
checkConnected();
createStructure();
}