Changeset 9070 in josm for trunk/src/org/openstreetmap/josm/tools/RightAndLefthandTraffic.java
- Timestamp:
- 2015-11-30T08:36:35+01:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/RightAndLefthandTraffic.java
r8514 r9070 80 80 throw new RuntimeException(ex); 81 81 } 82 rlCache = new GeoPropertyIndex< Boolean>(new RLTrafficGeoProperty(), 24);82 rlCache = new GeoPropertyIndex<>(new RLTrafficGeoProperty(), 24); 83 83 } 84 84 }
Note:
See TracChangeset
for help on using the changeset viewer.
