Ignore:
Timestamp:
2017-04-29T16:23:41+02:00 (7 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/RelationData.java

    r11878 r12017  
    2121    public RelationData() {
    2222        // contents can be set later with setters
     23    }
     24
     25    /**
     26     * Constructs a new {@code RelationData} with given id.
     27     * @param id id
     28     * @since 12017
     29     */
     30    public RelationData(long id) {
     31        super(id);
    2332    }
    2433
Note: See TracChangeset for help on using the changeset viewer.