Refactor to remove abstraction

This commit is contained in:
2023-05-23 09:57:17 -04:00
parent 3dd27976fe
commit f7da137e0f
2 changed files with 59 additions and 29 deletions
@@ -146,8 +146,8 @@ public class dbBuildingHandler extends dbHandlerBase {
} catch (SQLException e) {
Logger.error("Building", e);
return null;
}
return building;
}