Changeset 34622 in osm for applications/editors/josm/plugins/epci-fr/src/org/openstreetmap
- Timestamp:
- 2018-09-09T20:19:16+02:00 (7 years ago)
- File:
- 
      - 1 edited
 
 
Legend:
- Unmodified
- Added
- Removed
- 
      applications/editors/josm/plugins/epci-fr/src/org/openstreetmap/josm/plugins/fr/epci/EpciNameFormatter.javar33521 r34622 13 13 14 14 @Override 15 public String checkRelationTypeName(IRelation relation, String defaultName) { 15 public String checkRelationTypeName(IRelation<?> relation, String defaultName) { 16 16 if (relation == null) return null; 17 17 String localAuthorityFR = relation.get("local_authority:FR"); … … 30 30 31 31 @Override 32 public String checkFormat(IWay node, String defaultName) { 32 public String checkFormat(IWay<?> node, String defaultName) { 33 33 return null; 34 34 } 35 35 36 36 @Override 37 public String checkFormat(IRelation node, String defaultName) { 37 public String checkFormat(IRelation<?> node, String defaultName) { 38 38 return null; 39 39 } 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
