Prevented casting problems

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
Jim Martens 2017-04-19 15:12:49 +02:00
parent 49879b57f5
commit a41ebd235f
1 changed files with 0 additions and 1 deletions

View File

@ -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);
}