Ignore:
Timestamp:
2017-04-16T14:42:27+02:00 (7 years ago)
Author:
Don-vip
Message:

improve unit tests, javadoc

File:
1 edited

Legend:

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

    r5170 r11928  
    1313    private final Relation relation;
    1414
     15    /**
     16     * Constructs a new {@code RelationMembersChangedEvent}.
     17     * @param dataSet the dataset from which the event comes from
     18     * @param relation the relation affected by the change
     19     */
    1520    public RelationMembersChangedEvent(DataSet dataSet, Relation relation) {
    1621        super(dataSet);
     
    2328    }
    2429
     30    /**
     31     * Returns the relation affected by the change.
     32     * @return the relation affected by the change
     33     */
    2534    public Relation getRelation() {
    2635        return relation;
Note: See TracChangeset for help on using the changeset viewer.