Replace private Map cars = new HashMap();
w/ final Map<String,Car> cars = new HashMap<String,Car>();
1 Like
Replace private Map cars = new HashMap();
w/ final Map<String,Car> cars = new HashMap<String,Car>();