- Timestamp:
- 2010-06-25T11:55:36+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/OsmPrimitive.java
r3336 r3341 635 635 uninteresting = Main.pref.getCollection("tags.uninteresting", 636 636 Arrays.asList(new String[]{"source", "source_ref", "source:", "note", "comment", 637 "converted_by", "created_by", "watch", "watch:"})); 637 "converted_by", "created_by", "watch", "watch:", "fixme", "FIXME", 638 "description"})); 638 639 } 639 640 return uninteresting;
Note:
See TracChangeset
for help on using the changeset viewer.