Changeset 8487 in josm for trunk/src/org/openstreetmap/josm/tools
- Timestamp:
- 2015-06-11T01:00:43+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/RightAndLefthandTraffic.java
r8377 r8487 51 51 private static volatile GeoPropertyIndex<Boolean> rlCache; 52 52 53 private RightAndLefthandTraffic() { 54 // Hide implicit public constructor for utility classes 55 } 56 53 57 /** 54 58 * Check if there is right-hand traffic at a certain location. … … 78 82 rlCache = new GeoPropertyIndex<Boolean>(new RLTrafficGeoProperty(), 24); 79 83 } 80 81 84 }
Note:
See TracChangeset
for help on using the changeset viewer.