Changeset 7574 in josm for trunk/src/org
- Timestamp:
- 2014-09-21T21:01:43+02:00 (10 years ago)
- Location:
- trunk/src/org/openstreetmap/josm/data/validation
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/OsmValidator.java
r7489 r7574 28 28 import org.openstreetmap.josm.actions.ValidateAction; 29 29 import org.openstreetmap.josm.data.validation.tests.Addresses; 30 import org.openstreetmap.josm.data.validation.tests.ApiCapabilitiesTest; 30 31 import org.openstreetmap.josm.data.validation.tests.BarriersEntrances; 31 32 import org.openstreetmap.josm.data.validation.tests.Coastlines; … … 123 124 ConditionalKeys.class, // 3200 .. 3299 124 125 InternetTags.class, // 3300 .. 3399 126 ApiCapabilitiesTest.class, // 3400 .. 3499 125 127 }; 126 128
Note:
See TracChangeset
for help on using the changeset viewer.