Ignore:
Timestamp:
2009-08-08T11:32:27+02:00 (17 years ago)
Author:
jttt
Message:

Make parameterless RelationMember constructor deprecated

File:
1 edited

Legend:

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

    r1856 r1928  
    1515    /**
    1616     * Default constructor. Does nothing.
     17     * @deprecated Use other constructors because RelationMember class will became immutable
     18     * in the future
    1719     */
     20    @Deprecated
    1821    public RelationMember() { }
    1922
     
    3841    /**
    3942     * Replies true, if this relation member refers to the primitive
    40      * 
     43     *
    4144     * @param primitive  the primitive to check
    4245     * @return true, if this relation member refers to the primitive
Note: See TracChangeset for help on using the changeset viewer.