Changeset 7489 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2014-09-04T01:12:48+02:00 (10 years ago)
- Location:
- trunk/src/org/openstreetmap/josm/data/validation
- Files:
-
- 9 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/OsmValidator.java
r7436 r7489 37 37 import org.openstreetmap.josm.data.validation.tests.DuplicatedWayNodes; 38 38 import org.openstreetmap.josm.data.validation.tests.Highways; 39 import org.openstreetmap.josm.data.validation.tests.InternetTags; 39 40 import org.openstreetmap.josm.data.validation.tests.Lanes; 40 41 import org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker; … … 121 122 Lanes.class, // 3100 .. 3199 122 123 ConditionalKeys.class, // 3200 .. 3299 124 InternetTags.class, // 3300 .. 3399 123 125 }; 124 126
Note:
See TracChangeset
for help on using the changeset viewer.