Changeset 14455 in josm for trunk/src/org/openstreetmap/josm/data/validation/tests/OpeningHourTest.java
- Timestamp:
- 2018-11-26T07:01:49+01:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/tests/OpeningHourTest.java
r13331 r14455 323 323 @Override 324 324 public void check(final OsmPrimitive p) { 325 check(p, "opening_hours"); 326 check(p, "collection_times"); 327 check(p, "service_times"); 325 if (p.isTagged()) { 326 check(p, "opening_hours"); 327 check(p, "collection_times"); 328 check(p, "service_times"); 329 } 328 330 } 329 331 }
Note:
See TracChangeset
for help on using the changeset viewer.
