Ignore:
Timestamp:
2014-11-08T02:10:18+01:00 (9 years ago)
Author:
Don-vip
Message:

see #10701 - display discussion comments in changeset dialog

File:
1 edited

Legend:

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

    r7704 r7715  
    315315        this.tags = new HashMap<>(other.tags);
    316316        this.incomplete = other.incomplete;
     317        this.discussion = other.discussion != null ? new ArrayList<>(other.discussion) : null;
    317318
    318319        // FIXME: merging of content required?
Note: See TracChangeset for help on using the changeset viewer.