Ignore:
Timestamp:
2017-04-29T16:23:41+02:00 (9 years ago)
Author:
Don-vip
Message:

*Data: new constructors with a given id

File:
1 edited

Legend:

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

    r9891 r12017  
    1717    public WayData() {
    1818        // contents can be set later with setters
     19    }
     20
     21    /**
     22     * Constructs a new {@code WayData} with given id.
     23     * @param id id
     24     * @since 12017
     25     */
     26    public WayData(long id) {
     27        super(id);
    1928    }
    2029
Note: See TracChangeset for help on using the changeset viewer.