We want answers for the issues.

This commit is contained in:
t00thpick1 2015-02-15 22:03:41 -05:00
parent 4f1004472c
commit 8543382bde

View File

@ -674,6 +674,7 @@ public final class SQLDatabaseManager implements DatabaseManager {
return profile; return profile;
} }
catch (SQLException e) { catch (SQLException e) {
printErrors(e);
} }
} }
resultSet.close(); resultSet.close();