Ignore:
Timestamp:
2018-05-14T22:18:40+02:00 (6 years ago)
Author:
Don-vip
Message:

API alignment between Relation/RelationData and RelationMember/RelationMemberData: update of IRelation/IRelationMember interfaces

File:
1 edited

Legend:

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

    r13717 r13766  
    1515     * @return The corrected type name if needed, null otherwise.
    1616     */
    17     String checkRelationTypeName(IRelation relation, String defaultName);
     17    String checkRelationTypeName(IRelation<?> relation, String defaultName);
    1818
    1919    /**
     
    3939     * @return The corrected format if needed, null otherwise.
    4040     */
    41     String checkFormat(IRelation relation, String defaultName);
     41    String checkFormat(IRelation<?> relation, String defaultName);
    4242}
Note: See TracChangeset for help on using the changeset viewer.