Ignore:
Timestamp:
2013-07-26T13:38:17+02:00 (11 years ago)
Author:
bastiK
Message:

see #8902 - add missing @Override annotations (patch by shinigami)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/upload/FixDataHook.java

    r6069 r6084  
    4343        deprecated.add(new FixDataTag("highway", "stile", "barrier", "stile"));
    4444        deprecated.add(new FixData() {
     45            @Override
    4546            public boolean fixKeys(Map<String, String> keys, OsmPrimitive osm) {
    4647                if(osm instanceof Relation && "multipolygon".equals(keys.get("type")) && "administrative".equals(keys.get("boundary"))) {
Note: See TracChangeset for help on using the changeset viewer.