Prevented casting problems
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
@ -85,7 +85,6 @@ public class ORM {
|
||||
estate.setSquareArea(rs.getInt("squareArea"));
|
||||
estate.setAgent(rs.getInt("agent"));
|
||||
|
||||
_estates.put(estate.getId(), estate);
|
||||
estates.add(estate);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user