Changeset 8514 in josm for trunk/src/org/openstreetmap/josm/tools
- Timestamp:
- 2015-06-21T03:19:37+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/RightAndLefthandTraffic.java
r8487 r8514 21 21 * Look up, if there is right- or left-hand traffic at a certain place. 22 22 */ 23 public class RightAndLefthandTraffic { 23 public final class RightAndLefthandTraffic { 24 24 25 25 private static class RLTrafficGeoProperty implements GeoProperty<Boolean> {
Note:
See TracChangeset
for help on using the changeset viewer.