Changeset 14198 in josm
- Timestamp:
- 2018-08-29T01:40:45+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/tests/Highways.java
r13976 r14198 23 23 import org.openstreetmap.josm.data.validation.Test; 24 24 import org.openstreetmap.josm.data.validation.TestError; 25 import org.openstreetmap.josm.tools.Logging; 25 26 import org.openstreetmap.josm.tools.Utils; 26 27 … … 295 296 // TODO: Check coherence of context against maxspeed 296 297 // TODO: Check coherence of context against highway 298 Logging.trace("TODO: test context highway - https://josm.openstreetmap.de/ticket/9400"); 297 299 } 298 300 }
Note:
See TracChangeset
for help on using the changeset viewer.