Changeset 11065 in josm


Ignore:
Timestamp:
2016-09-28T19:59:13+02:00 (8 years ago)
Author:
stoecker
Message:

see #13682 - silently drop also converted_by - remove duplicate

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/osm/OsmPrimitive.java

    r11064 r11065  
    665665            List<String> l = new LinkedList<>(Arrays.asList(
    666666                "source", "source_ref", "source:", "comment",
    667                 "converted_by", "watch", "watch:",
    668                 "description", "attribution"));
     667                "watch", "watch:", "description", "attribution"));
    669668            l.addAll(getDiscardableKeys());
    670669            l.addAll(getWorkInProgressKeys());
Note: See TracChangeset for help on using the changeset viewer.