Changeset 18192 in osm for applications/editors/josm/plugins/validator/src
- Timestamp:
- 2009-10-17T15:31:06+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/TagChecker.java
r17722 r18192 581 581 public void visit(Collection<OsmPrimitive> selection) 582 582 { 583 if( checkKeys || checkValues || checkComplex) 583 if( checkKeys || checkValues || checkComplex || checkPaint || checkFixmes) 584 584 super.visit(selection); 585 585 }
Note:
See TracChangeset
for help on using the changeset viewer.