Changeset 6387 in osm for applications/editors/josm
- Timestamp:
- 2008-01-14T12:16:12+01:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/SpellCheck.java
r6302 r6387 251 251 if( checkFixmes && value != null && value.length() > 0 ) 252 252 { 253 if( (value.contains("FIXME") || value.contains("todo") || value.contains("fixme"))253 if( (value.contains("FIXME") || key.contains("todo") || key.contains("fixme")) 254 254 && !withErrors.contains(p, "FIXME")) 255 255 {
Note:
See TracChangeset
for help on using the changeset viewer.