Changeset 6192 in josm
- Timestamp:
- 2013-08-26T01:48:52+02:00 (11 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
r5902 r6192 25 25 import org.openstreetmap.josm.actions.ValidateAction; 26 26 import org.openstreetmap.josm.data.validation.tests.Addresses; 27 import org.openstreetmap.josm.data.validation.tests.BarriersEntrances; 27 28 import org.openstreetmap.josm.data.validation.tests.BuildingInBuilding; 28 29 import org.openstreetmap.josm.data.validation.tests.Coastlines; … … 112 113 Addresses.class, // ID 2601 .. 2699 113 114 Highways.class, // ID 2701 .. 2799 115 BarriersEntrances.class, // ID 2801 .. 2899 114 116 }; 115 117
Note:
See TracChangeset
for help on using the changeset viewer.