Fix build (java part incompatible with java 1.7)

This commit is contained in:
GaidamakUA 2016-01-12 10:44:02 +02:00
parent 5c63456b23
commit a4d1ee15fb

View file

@ -55,7 +55,7 @@ public class RoutingConfiguration {
private String defaultRouter = "";
private Map<String, GeneralRouter> routers = new LinkedHashMap<String, GeneralRouter>();
private Map<String, String> attributes = new LinkedHashMap<String, String>();
private HashMap<Long, Location> impassableRoadLocations = new HashMap<>();
private HashMap<Long, Location> impassableRoadLocations = new HashMap<Long, Location>();
private List<RouteDataObject> impassableRoads = new ArrayList<RouteDataObject>();
// Example