- Timestamp:
- 2023-10-27T08:34:40+02:00 (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/AbstractPrimitive.java
r18646 r18881 837 837 if (uninteresting == null) { 838 838 List<String> l = new LinkedList<>(Arrays.asList( 839 "source", "source_ref", "source:", "comment", 839 "source", "source_ref", "source:", "comment", "import", 840 840 "watch", "watch:", "description", "attribution", GpxConstants.GPX_PREFIX)); 841 841 l.addAll(getDiscardableKeys());
Note:
See TracChangeset
for help on using the changeset viewer.