Returns in finally are bad.

This commit is contained in:
GJ 2013-04-18 11:28:07 -04:00
parent c8c68ea7d9
commit d57c253b19

View File

@ -185,7 +185,6 @@ public final class DatabaseManager {
} }
catch (SQLException e) { catch (SQLException e) {
printErrors(e); printErrors(e);
return false;
} }
} }
} }