Changeset 9933 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2016-03-05T18:33:11+01:00 (9 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
r9645 r9933 47 47 import org.openstreetmap.josm.data.validation.tests.OverlappingWays; 48 48 import org.openstreetmap.josm.data.validation.tests.PowerLines; 49 import org.openstreetmap.josm.data.validation.tests.PublicTransportRouteTest; 49 50 import org.openstreetmap.josm.data.validation.tests.RelationChecker; 50 51 import org.openstreetmap.josm.data.validation.tests.SelfIntersectingWay; … … 127 128 ApiCapabilitiesTest.class, // 3400 .. 3499 128 129 LongSegment.class, // 3500 .. 3599 130 PublicTransportRouteTest.class, // 3600 .. 3699 129 131 }; 130 132
Note:
See TracChangeset
for help on using the changeset viewer.