Changeset 11065 in josm for trunk/src/org
- Timestamp:
- 2016-09-28T19:59:13+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/OsmPrimitive.java
r11064 r11065 665 665 List<String> l = new LinkedList<>(Arrays.asList( 666 666 "source", "source_ref", "source:", "comment", 667 "converted_by", "watch", "watch:", 668 "description", "attribution")); 667 "watch", "watch:", "description", "attribution")); 669 668 l.addAll(getDiscardableKeys()); 670 669 l.addAll(getWorkInProgressKeys());
Note:
See TracChangeset
for help on using the changeset viewer.